Player.GetRunSpeed
From GMod Wiki
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 |