diff options
Diffstat (limited to 'gamedata')
-rw-r--r-- | gamedata/engine.kv | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gamedata/engine.kv b/gamedata/engine.kv index 022ccbd..fdc03ff 100644 --- a/gamedata/engine.kv +++ b/gamedata/engine.kv @@ -34,10 +34,16 @@ vtidx_GetGameDirectory { vtidx_GetEngineBuildNumber { L4D2 { Client013 99 - //Client014 ??? // TODO(compat): find out what this (maybe 136?) + //Client014 ??? // TODO(compat): find out what this is (maybe 136?) } } +// IGameUIFuncs +vtidx_GetDesktopResolution 5 + +// IGame/CGame +vtidx_DispatchAllStoredGameMessages 16 + // VEngineServer vtidx_PEntityOfEntIndex { OrangeBox 19 } // probably OE too but??? vtidx_ServerCommand { OrangeBoxbased 36 } |