diff options
author | 2023-05-05 00:04:43 +0100 | |
---|---|---|
committer | 2023-05-05 00:06:17 +0100 | |
commit | 3ff6d47277fc0e39053584d8889240cab446a72a (patch) | |
tree | 03c26795061fc472d2224efefa283af6b42fe3e0 /gamedata/engine.kv | |
parent | ea752466846c129a0910e47d34d725af1aea5d84 (diff) | |
download | sst-3ff6d47277fc0e39053584d8889240cab446a72a.tar.gz sst-3ff6d47277fc0e39053584d8889240cab446a72a.zip |
Implement APIs to control demo recording
This is a surprise tool that will help us later!
Diffstat (limited to 'gamedata/engine.kv')
-rw-r--r-- | gamedata/engine.kv | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gamedata/engine.kv b/gamedata/engine.kv index 72243b4..58511db 100644 --- a/gamedata/engine.kv +++ b/gamedata/engine.kv @@ -14,6 +14,7 @@ vtidx_CallGlobalChangeCallbacks { default 20 L4Dx 18 Portal2 21 } vtidx_ConsoleColorPrintf { OrangeBoxbased 23 L4Dx 21 Portal2 24 } // CDemoRecorder +vtidx_StartRecording 2 vtidx_SetSignonState 3 vtidx_StopRecording 7 vtidx_RecordPacket 11 |