blob: cebcec5243df6e849cf701c330dec102c6ec92c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
// = client and server libraries =
// CGameMovement
vtidx_CheckJumpButton {
2013 "28 + NVDTOR"
L4D "32 + NVDTOR"
L4DS "33 + NVDTOR"
Portal2 "35 + NVDTOR"
}
off_mv 8
// IServerGameDLL
vtidx_GetAllServerClasses {
default 10
2013 11
// TODO(compat): BMS 11
}
// I(Server|Client)Unknown
vtidx_GetBaseEntity "4 + NVDTOR"
// CBaseEntity or CBasePlayer or something
off_netprop_statechanged { L4D 88 }
off_simtime { L4D 128 }
vtidx_Teleport {
L4D "104 + NVDTOR"
L4D2 {
default "116 + NVDTOR" // TODO(linux): might actually be 119!?!?
TheLastStand "117 + NVDTOR" // I dunno why JAiZ changed this
}
}
// CGlobalVars
off_curtime 12
off_edicts { L4D 88 }
// vi: sw=4 ts=4 noet tw=80 cc=80 ft=plain
|