MLStationSettlePlayerOn this pageMLStation.SettlePlayer(MLPlayer player) Attaches the given player to the station. Ignores if the station is occupied. Parameters: NameTypeDescriptionplayerMLPlayerThe Player to attach. Usage ---@type MLStationlocal mlstation;---@type MLPlayerlocal player;mlstation.SettlePlayer(player)