Physicsclonearea: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 8: Line 8:
{{varcom|sv_portal_debug_touch|0|bool|Turns on console outputs related to this entity}}
{{varcom|sv_portal_debug_touch|0|bool|Turns on console outputs related to this entity}}
{{varcom|end}}
{{varcom|end}}
== See also ==
* {{ent|portalsimulator_collisionentity}}

Latest revision as of 14:21, 19 May 2025

Stub

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

Icon-NotInFGD.png
This entity is not in the FGD by default.
It should not be put directly in a map.
C++ Class hierarchy
CPhysicsCloneArea
CBaseEntity
C++ PhysicsCloneArea.cpp

physicsclonearea is a point entity available in Portal series Portal series. Entity automatically created around portals. [Elaborate?]

Convars

Cvar/Command Parameters or default value Descriptor Effect
sv_portal_debug_touch 0 bool Turns on console outputs related to this entity

See also