diff options
Diffstat (limited to 'gamedata/engine.kv')
-rw-r--r-- | gamedata/engine.kv | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gamedata/engine.kv b/gamedata/engine.kv index b23bab5..304b218 100644 --- a/gamedata/engine.kv +++ b/gamedata/engine.kv @@ -20,6 +20,19 @@ vtidx_StopRecording 7 vtidx_RecordPacket 11 // VEngineClient +vtidx_IsInGame { + Client015 26 + Client014 { + L4D2 28 + 2013 26 + } + Client013 { + L4D1 27 + default 26 + } + // TODO(compat): unconfirmed, and OE support isn't really a thing yet anyway + //Client012 28 +} vtidx_GetGameDirectory { Client015 35 // current portal 2 Client014 { |