6 lines
182 B
Lua
6 lines
182 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---Begins moving the player character backward. Used by the MOVEBACKWARD binding.
|
|
function MoveBackwardStart() end
|