6 lines
179 B
Lua
6 lines
179 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---Begins moving the player character forward. Used by the MOVEFORWARD binding.
|
|
function MoveForwardStart() end
|