com.GameInterface.Team

Summary
com.GameInterface.Team
Variables
m_ClassName
SignalNewTeamLeaderYou get this signal when someone became leader of the players team.
SignalTeamInviteYou get this signal when someone invites you to a team.
SignalTeamInviteTimedOutYou get this signal when someone invites you to a team.

Variables

m_ClassName

private static var m_ClassName: String

SignalNewTeamLeader

public static var SignalNewTeamLeader: Signal

You get this signal when someone became leader of the players team.

Parameters

is:ID32 The id of the new leader.

SignalTeamInvite

public static var SignalTeamInvite: Signal

You get this signal when someone invites you to a team.

Parameters

is:ID32 The id of the new leader.

SignalTeamInviteTimedOut

public static var SignalTeamInviteTimedOut: Signal

You get this signal when someone invites you to a team.

Parameters

is:ID32 The id of the new leader.
private static var m_ClassName: String
public static var SignalNewTeamLeader: Signal
You get this signal when someone became leader of the players team.
public static var SignalTeamInvite: Signal
You get this signal when someone invites you to a team.
public static var SignalTeamInviteTimedOut: Signal
You get this signal when someone invites you to a team.
Close