C_BaseEntity

From Valve Developer Community
Jump to navigation Jump to search
English (en)Translate (Translate)
Source engine (serverside | clientside)
edit
Class hierarchy (client)
C_BaseEntity
IClientEntity
IClientUnknown
IHandleEntity
c_baseentity.cpp

Stub

This article or section is a stub. You can help by expanding it.

A base class for the client-side representation of entities. This class encompasses both entities that are created on the server and networked to the client and entities that are created on the client.

Debugging

[Todo]

  • cl_ent_absbox
  • cl_ent_bbox
  • cl_ent_rbox
  • cl_updatevisibility
  • cl_find_ent
  • cl_find_ent_index
Entities that are purely clientside always show index -1 while those that were networked from the server and are part of an edict have the same index as their server counterpart.
  • cl_showents
  • cl_entityreport
  • cl_pdump
  • r_drawrenderboxes
  • report_cliententitysim
  • report_clientthinklist