Gamemode.SetupMove
From GMod Wiki
Event Hook | |
Hook Name | SetupMove |
Syntax | GM:SetupMove( Player Player, Cmovedata Movedata ) |
Description | SetupMove is called before the engine process movements. This allows us to override the players movement. |
Returns | Nil |
Lua State | |
BBCode | [b][url=wiki.garrysmod.com/?title=Gamemode.SetupMove]Gamemode.SetupMove [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples