Revision Difference
Player:AddFrozenPhysicsObject#560259
<function name="AddFrozenPhysicsObject" parent="Player" type="classfunc">
<description>Adds a entity to the player's list of frozen objects.</description>
<description>Adds an entity to the player's list of frozen objects.</description>
<realm>Server</realm>
<file line="9-L30">gamemodes/base/gamemode/obj_player_extend.lua</file>⤶
<args>
<arg name="ent" type="Entity">Entity</arg>⤶
<arg name="physobj" type="PhysObj">Physics object belonging to ent</arg>⤶
<arg name="ent" type="Entity">The Entity to add.</arg>⤶
<arg name="physobj" type="PhysObj">The physics object of the Entity.</arg>⤶
</args>
</function>