CrowdTeam : ReferenceTarget

Constructor

CrowdTeam ...

CrowdGroup ...

Properties

<crowdteam>.name                    String         Default: "CrowdTeam"

The default team name is Team followed by number one more than the last added team.

<crowdteam>.members                 ArrayParameter Default: #()          -- array of Delegate nodes

Participants of the current team.

Notes

You can perform the following MAXScript operations

deleteitem <array> <itemnumber>

<array> = #(item,item...)

<array> = append <array> <item>

on all of the properties containing an ArrayParamater of objects listed below. You can also undo/redo these operations.

<CrowdTeam>.members       -- array of Delegate nodes

Notes

The following MAXScript operations will cause Crowd to fail, either right away or later:

NEVER set a Members ArrayParameter element to undefined.

Assigning a non-Delegate node to the Members ArrayParameter.

See also