Skip to content

Api > MLStation > SettlePlayer()


MLStation.SettlePlayer(MLPlayer player)⚓︎

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

Parameters:⚓︎

Name Type Description
player MLPlayer The Player to attach.

Usage⚓︎

---@type MLStation
local mlstation;

---@type MLPlayer
local player;


mlstation.SettlePlayer(player)