Garry's Mod Wiki

Revision Difference

GM:CanPlayerUnfreeze#553062

<function name="CanPlayerUnfreeze" parent="GM" type="hook"> <ishook>yes</ishook>⤶ <description>Determines if the player can unfreeze the entity.</description> <realm>Server</realm> <predicted>No</predicted>⤶ <args> <arg name="player" type="Player">The player</arg> <arg name="entity" type="Entity">The entity</arg> <arg name="phys" type="PhysObj">The physics object of the entity</arg> </args> <rets> <ret name="" type="boolean">True if they can unfreeze.</ret> </rets> </function>