Player.GetRunSpeed
From GMod Wiki
Revision as of 13:27, 28 July 2011 by Wolfie - Pretty Happy Again (Talk | contribs)
Function | |
Syntax | Player:GetRunSpeed( ) |
Description: | |
Gets the Run Speed of the player. | |
Returns: | Integer |
In Object: | Player |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Player.GetRunSpeed]Player.GetRunSpeed [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Example
Description | Gets the run speed of the player. |
---|---|
Used on | |
Code | print(LocalPlayer():GetRunSpeed()) |
Output | N/A |