TeamInfo Class: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
{| {{APITable}} | {| {{APITable}} | ||
|- | |- | ||
|style="width: 240px;"|[[TeamInfo.GetCrewIDs_Method|GetCrewIDs]]||{{:TeamInfo. | |style="width: 240px;"|[[TeamInfo.GetCrewIDs_Method|GetCrewIDs]]||{{:TeamInfo.GetCrewIDs_Method}} | ||
|- | |- | ||
|[[TeamInfo.SetCrewIDs_Method|SetCrewIDs]]||{{:TeamInfo. | |[[TeamInfo.SetCrewIDs_Method|SetCrewIDs]]||{{:TeamInfo.SetCrewIDs_Method}} | ||
|} | |} | ||
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) |