KcdMp.player_id
This client’s own player id.
Set when the server welcomes the client; nil before. The key into KcdMp.state.player for the client’s own bag, and
the pid the mode sees this player as.
Syntax
Section titled “Syntax”KcdMp.player_idReturns
Section titled “Returns”number - the pid; nil before the welcome
Example
Section titled “Example”local me = KcdMp.state.player[KcdMp.player_id] or {}See also
Section titled “See also”KcdMp.state · the State bags group of the index
