Skip to main content

MLStation.SettlePlayer(MLPlayer player)

Attaches the given player to the station. Ignores if the station is occupied.

Parameters:

NameTypeDescription
playerMLPlayerThe Player to attach.

Usage

---@type MLStation
local mlstation;

---@type MLPlayer
local player;


mlstation.SettlePlayer(player)