summaryrefslogtreecommitdiffhomepage
path: root/gamedata/engine.kv
blob: a43d25cce94a2c7738d007bacd4ac5857740e079 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// = engine library =

// CDemoRecorder
vtidx_SetSignonState 3
vtidx_StopRecording 7
vtidx_RecordPacket 11

// VEngineClient
vtidx_GetGameDirectory {
	Client015 35 // current portal 2
	Client014 { L4D2 73 } // YES IT'S SEVENTY THREE ALL OF A SUDDEN.
	Client013 {
		L4Dx 36 // AND THEN THEY CHANGED IT BACK LATER!
		default 35 // <- most things have this!
	}
	Client012 37 // dmomm, ep1, ...
}
vtidx_GetEngineBuildNumber { L4D2 99 }
vtidx_PEntityOfEntIndex { OrangeBox 19 } // probably OE too but???

// vi: sw=4 ts=4 noet tw=80 cc=80