Player.GetStepSize
From GMod Wiki
Function | |
Syntax | Player:GetStepSize( ) |
Description: | |
Returns the step size for a player( default 18 ). | |
Returns: | Number size |
In Object: | Player |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Player.GetStepSize]Player.GetStepSize [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Example
Description | Prints the player 1's step size to console |
---|---|
Used on | |
Code | print(player.GetByID(1):GetStepSize()) |
Output | 18 |