entprops.kv 395 B

12345678910
  1. // This follows a different format to the other gamedata files.
  2. // It simply assigns variable names to network table property name strings.
  3. // Network names are classname/propname, e.g. CBasePlayer/m_fWhatever
  4. off_entpos CBaseEntity/m_vecOrigin
  5. // look angles, currently just for L4D1/2, can add other games as needed
  6. off_eyeang "CCSPlayer/m_angEyeAngles[0]"
  7. // vi: sw=4 ts=4 noet tw=80 cc=80