diff options
Diffstat (limited to 'gamedata/gamelib.txt')
-rw-r--r-- | gamedata/gamelib.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gamedata/gamelib.txt b/gamedata/gamelib.txt index 65e250b..615ecf4 100644 --- a/gamedata/gamelib.txt +++ b/gamedata/gamelib.txt @@ -43,4 +43,16 @@ vtidx_OnGameplayStart L4D2 11 # note: just happens to be the same on linux! L4D1 11 +# CInput +vtidx_CreateMove 3 +vtidx_DecodeUserCmdFromBuffer 7 +vtidx_GetUserCmd 8 + +# VClient +vtidx_VClient_DecodeUserCmdFromBuffer 22 + Client014 + L4D2 43 # shoutouts to 2000 + Client013 + L4Dbased 23 + # vi: sw=4 ts=4 noet tw=80 cc=80 |