GetPlayerInput
7/14/25Less than 1 minute
MLPlayer.GetPlayerInput()
Gets local user inputs. Allows access to local player's control inputs.
Returns:
type | Description |
---|---|
UserInput | The local user inputs. |
Usage
---@type MLPlayer
local mlplayer;
local val0 = mlplayer.GetPlayerInput()