-
Notifications
You must be signed in to change notification settings - Fork 366
M_Aurora_Profiles_CSGO_GSI_Nodes_AllPlayersNode_GetTeam
Anton Pupkov edited this page Aug 8, 2016
·
1 revision
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)
C#
public List<PlayerNode> GetTeam(
PlayerTeam Team
)
- Team
- Type: Aurora.Profiles.CSGO.GSI.Nodes.PlayerTeam
The team to lookup
Type: List(PlayerNode)
A list of players
AllPlayersNode Class
Aurora.Profiles.CSGO.GSI.Nodes Namespace