summaryrefslogtreecommitdiffhomepage
path: root/gamedata
diff options
context:
space:
mode:
authorWillian Henrique <wsimanbrazil@yahoo.com.br>2022-07-16 18:08:23 +0100
committerMichael Smith <mikesmiffy128@gmail.com>2022-07-23 19:07:03 +0100
commitb53b780e1b14e174204457765b4a0a72b6d2924f (patch)
treedad9999812afc77fbb09dfefa7aec5739b794017 /gamedata
parent8c8680ad112f3ad1360aa5547392119ed4de6581 (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')
-rw-r--r--gamedata/engine.kv8
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 }