Player.GetWalkSpeed
From GMod Wiki
| Function | |
| Syntax | Player:GetWalkSpeed( ) |
| Description: | |
| Gets the Walk speed of the player. | |
| Returns: | Integer |
| In Object: | Player |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Player.GetWalkSpeed]Player.GetWalkSpeed [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Example
| Description | Gets the Walk speed of the player. |
|---|---|
| Used on | |
| Code | print(LocalPlayer():GetWalkSpeed()) |
| Output | N/A |