diff options
Diffstat (limited to 'gamedata/engine.kv')
-rw-r--r-- | gamedata/engine.kv | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/gamedata/engine.kv b/gamedata/engine.kv index fdc03ff..72243b4 100644 --- a/gamedata/engine.kv +++ b/gamedata/engine.kv @@ -86,6 +86,13 @@ off_SP_offset { } // IEngineVGuiInternal/CEngineVGui -vtidx_VGuiConnect "3 + NVDTOR" // note: real name is Connect, way too generic +vtidx_VGuiConnect { // note: the actual name is Connect() but that's too generic + default "3 + NVDTOR" + Portal2 "4 + NVDTOR" // ActivateGameUI added +} +vtidx_VGuiIsInitialized { // likewise, function is just called IsInitialized() + default "6 + NVDTOR" + Portal2 "7 + NVDTOR" +} // vi: sw=4 ts=4 noet tw=80 cc=80 ft=plain |