Beta Documentation - Subject to change.

Gets the specified member.

Syntax

Lua
function Party:GetMember(index);

Parameters

index
Type: number
The index of the member to get.

Returns

Type: Player
The member at the specified index.

Remarks

See Also