TeamInfo Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{DISPLAYTITLE:TeamInfo Class}}{{Template:API}}{{Template:APIBreadcrumb}} <onlyinclude>Represents the team of crews.</onlyinclude> ==Methods== {| {{APITable}} |- |style="width…')
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 7: Line 7:
{| {{APITable}}
{| {{APITable}}
|-
|-
|style="width: 240px;"|[[TeamInfo.GetCrewIDs_Method|GetCrewIDs]]||{{:TeamInfo.GetCewIDs_Method}}
|style="width: 240px;"|[[TeamInfo.GetCrewIDs_Method|GetCrewIDs]]||{{:TeamInfo.GetCrewIDs_Method}}
|[[TeamInfo.SetCrewIDs_Method|SetCrewIDs]]||{{:TeamInfo.SetCewIDs_Method}}
|-
|[[TeamInfo.SetCrewIDs_Method|SetCrewIDs]]||{{:TeamInfo.SetCrewIDs_Method}}
|}
|}


Line 15: 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 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)