entprops.txt 374 B

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