Player.GetCrouchedWalkSpeed

From GMod Wiki

Jump to: navigation, search
Function
Syntax Player:GetCrouchedWalkSpeed( )
Description:
Gets the crouched walk speed.
Returns: Integer
In Object: Player
Realm: NewerShared.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=Player.GetCrouchedWalkSpeed]Player.GetCrouchedWalkSpeed [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]



Example

DescriptionWhen ducking and walking it will get the speed of how fast you're moving.
Used onNewerShared.png
Code
print(LocalPlayer():GetCrouchedWalkSpeed())
OutputN/A


See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox