Player.GetUnDuckSpeed

From GMod Wiki

Jump to: navigation, search
Function
Syntax Player:GetUnDuckSpeed( )
Description:
This will return the time it takes for you, when you are couching/ducking and releases crouch/duck-button to you are fully standing.
Returns: Float
In Object: Player
Realm: NewerShared.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=Player.GetUnDuckSpeed]Player.GetUnDuckSpeed [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]


Examples

DescriptionWill print how long it takes to un-crouch/un-duck.
Used onNewerShared.png
Code
Print(LocalPlayer():GetUnDuckSpeed())
OutputPrints 0.20(rounded) in console.


Additional Notes

See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox