Player.GetUnDuckSpeed
From GMod Wiki
Revision as of 17:47, 17 March 2011 by [SoW] Dr. Chapman (Talk | contribs)
| 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: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Player.GetUnDuckSpeed]Player.GetUnDuckSpeed [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
| Description | Will print how long it takes to un-crouch/un-duck. |
|---|---|
| Used on | |
| Code | Print(LocalPlayer():GetUnDuckSpeed()) |
| Output | Prints 0.20(rounded) in console. |