blob: b3029ca4fdeca3ec708245c2d88739da65552e3f (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Format: variable sendtable[/subtable/...]/property
# Example: off_coolvar CClassName/m_pSubTableThing/m_fCoolVariable
off_entpos CBaseEntity/m_vecOrigin
# look angles, currently just for L4D1/2, can add other games as needed
off_eyeang CCSPlayer/m_angEyeAngles[0]
off_teamnum CBaseEntity/m_iTeamNum
off_collision CBaseEntity/m_Collision
# vi: sw=4 ts=4 noet tw=80 cc=80
|