ShowPartyFrames
Whether this player sees the party frames.
[party] frames is the default for everyone; a mode that draws its own frames from a client script
(KcdMp.party, KcdMp.on_party_change on the client) hides the server’s for its players.
Syntax
Section titled “Syntax”ShowPartyFrames(pid, shown)| Parameter | Type | |
|---|---|---|
pid |
number | the player |
shown |
boolean | the frames on or off |
Returns
Section titled “Returns”boolean - false when not connected
Example
Section titled “Example”ShowPartyFrames(pid, false) -- the client script draws its ownSee also
Section titled “See also”SetPartyName · the Parties group of the index
