Skip to main content

MLPlayer.GetPlayerInput()

Gets local user inputs. Allows access to local player's control inputs.

Returns:

typeDescription
UserInputThe local user inputs.

Usage

---@type MLPlayer
local mlplayer;


local val0 = mlplayer.GetPlayerInput()