Player.SetUnDuckSpeed

From GMod Wiki

Jump to: navigation, search
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: NewerShared.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=Player.SetUnDuckSpeed]Player.SetUnDuckSpeed [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]


Examples

DescriptionMakes the player take two seconds to rise from being ducked.
Used onNewerServer.png
Code
 
     Player:SetUnDuckSpeed( 2 )
 
OutputN/A


Additional Notes

See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox