TeamInfo Class: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 16: | Line 16: | ||
{| {{APITable}} | {| {{APITable}} | ||
|- | |- | ||
| style="width: 240px;"|CrewIDs||Returns the list of IDs of the crews included in the team. | | style="width: 240px;"|CrewIDs||Returns the list of IDs of the crews included in the team. (.NET Only) | ||
|} | |} |
Revision as of 16:22, 13 March 2019
Member of: SynthesisAPI
Represents the team of crews.
Methods
Name | Description |
---|---|
GetCrewIDs | Returns an array of the IDs of the crews included in the team. |
SetCrewIDs | Sets the IDs of the crews included in the team. |
Properties
Name | Description |
---|---|
CrewIDs | Returns the list of IDs of the crews included in the team. (.NET Only) |