Skip to content

M_Aurora_Profiles_CSGO_GSI_Nodes_AllPlayersNode_GetTeam

Anton Pupkov edited this page Aug 8, 2016 · 1 revision

AllPlayersNode.GetTeam Method

Retrieves a list of players who are on a specified team

Namespace: Aurora.Profiles.CSGO.GSI.Nodes
Assembly: Aurora (in Aurora.exe) Version: 1.0.0.0 (0.0.4.6)

Syntax

C#

public List<PlayerNode> GetTeam(
	PlayerTeam Team
)

Parameters

 

Team
Type: Aurora.Profiles.CSGO.GSI.Nodes.PlayerTeam
The team to lookup

Return Value

Type: List(PlayerNode)
A list of players

See Also

Reference

AllPlayersNode Class
Aurora.Profiles.CSGO.GSI.Nodes Namespace

Clone this wiki locally