diff options
author | Willian Henrique <wsimanbrazil@yahoo.com.br> | 2022-07-16 18:08:23 +0100 |
---|---|---|
committer | Michael Smith <mikesmiffy128@gmail.com> | 2022-07-23 19:07:03 +0100 |
commit | b53b780e1b14e174204457765b4a0a72b6d2924f (patch) | |
tree | dad9999812afc77fbb09dfefa7aec5739b794017 /gamedata/engine.kv | |
parent | 8c8680ad112f3ad1360aa5547392119ed4de6581 (diff) |
Add stuff to track keypresses
Committer's note: this is somewhat adapted from Bill's original code,
written a while back, but he gets full credit for actually doing the
hard part.
Diffstat (limited to 'gamedata/engine.kv')
-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 } |