Garry's Mod Wiki

Revision Difference

Entity:IsDormant#551756

<function name="IsDormant" parent="Entity" type="classfunc"> <description>Returns whether the entity is dormant or not. Client/server entities become dormant when they leave the PVS on the server. Client side entities can decide for themselves whether to become dormant. This mainly applies to PVS.</description>⤶ <description>Returns whether the entity is dormant or not.⤶ Client/server entities become dormant when they leave the PVS on the server. Client side entities can decide for themselves whether to become dormant. ⤶ This mainly applies to [PVS (Potential Visibility Set)](https://developer.valvesoftware.com/wiki/PVS "PVS - Valve Developer Community").</description>⤶ <realm>Shared</realm> <rets> <ret name="" type="boolean">Whether the entity is dormant or not.</ret> </rets> </function>