Beta Documentation - Subject to change.

Test if the given play is a member of this party.

Syntax

Lua
function Party:IsMember(player);

Parameters

player
Type: Player
The player to test.

Returns

Type: boolean
True if the player is a member of this party.

Remarks

See Also