Player.SetUnDuckSpeed
From GMod Wiki
Function | |
Syntax | Player:SetUnDuckSpeed( Number Time in seconds. ) |
Description: | |
Sets the time in seconds it takes for the player to move from being ducked to standing upright. | |
Returns: | nil |
In Object: | Player |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Player.SetUnDuckSpeed]Player.SetUnDuckSpeed [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | Makes the player take two seconds to rise from being ducked. |
---|---|
Used on | |
Code | Player:SetUnDuckSpeed( 2 ) |
Output | N/A |
Additional Notes
- Although this is a valid function on the Client, it appears to do nothing.