Garry's Mod Wiki

Revision Difference

Player:GetJumpPower#512729

<function name="GetJumpPower" parent="Player" type="classfunc">⤶ <description>Returns the jump power of the player</description>⤶ <realm>Shared</realm>⤶ <rets>⤶ <ret name="" type="number">Jump power</ret>⤶ </rets>⤶ </function>⤶ ⤶ <example>⤶ <description>Prints local player's jump power</description>⤶ <code>print( LocalPlayer():GetJumpPower() )</code>⤶ <output>200</output>⤶ ⤶ </example>