TeamInfo Class: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 16: | Line 16: | ||
{| {{APITable}} | {| {{APITable}} | ||
|- | |- | ||
| style="width: 240px;"|CrewIDs||Returns | | style="width: 240px;"|CrewIDs||Returns a '''{{APIPrefix|List}}(Of {{APIPrefix|Integer}})''' of IDs containing teams of the crews included in the team. (.NET Only) | ||
|} | |} |
Latest revision as of 21:35, 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 a List(Of Integer) of IDs containing teams of the crews included in the team. (.NET Only) |