CPointEntity: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(-added class hierarchy, confusion)
Line 1: Line 1:
{{stub}}
{{stub}}
{{CD|CPointEntity|file1=1}}
CPointEntity is a code class in {{Source|4}}, it has under it <code>info_player_start</code> and other entities related to spawning players.
CPointEntity is a code class in {{Source|4}}, it has under it <code>info_player_start</code> and other entities related to spawning players.
{{ModernConfusion|Not the same thing as [[point entity]] which is determined by how entity is defined in [[FGD]]}}

Revision as of 15:04, 15 July 2024

Stub

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

C++ Class hierarchy
CPointEntity
CBaseEntity
C++ subs.cpp

CPointEntity is a code class in Source Source, it has under it info_player_start and other entities related to spawning players.

Warning.pngRisk of Confusion:Not the same thing as point entity which is determined by how entity is defined in FGD