TeamInfo Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
Line 16: Line 16:
{| {{APITable}}
{| {{APITable}}
|-
|-
| style="width: 240px;"|CrewIDs||Returns the list of IDs of the crews included in the team. (.NET Only)
| 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

APIWiki.png


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)