Method | Description | |
---|---|---|
GetTeamColor ( Team team ) : SpecialColor | ||
GetTeamColor ( int team ) : SpecialColor | ||
GetTeamColor ( string team ) : SpecialColor | ||
GetTeamEnum ( SpecialColor color ) : Team | ||
GetTeamEnum ( int id ) : Team | ||
GetTeamEnum ( string team ) : Team | ||
GetTeamID ( SpecialColor color ) : int | ||
GetTeamID ( Team team ) : int | ||
GetTeamID ( string team ) : int | ||
GetTeamString ( SpecialColor color ) : string | ||
GetTeamString ( Team team ) : string | ||
GetTeamString ( int id ) : string | ||
Init ( ) : void |
Method | Description | |
---|---|---|
StatusIcon ( Player player, byte status, string spriteName ) : void |
public static GetTeamColor ( Team team ) : SpecialColor | ||
team | Team | |
return | SpecialColor |
public static GetTeamColor ( int team ) : SpecialColor | ||
team | int | |
return | SpecialColor |
public static GetTeamColor ( string team ) : SpecialColor | ||
team | string | |
return | SpecialColor |
public static GetTeamEnum ( SpecialColor color ) : Team | ||
color | SpecialColor | |
return | Team |
public static GetTeamEnum ( string team ) : Team | ||
team | string | |
return | Team |
public static GetTeamID ( SpecialColor color ) : int | ||
color | SpecialColor | |
return | int |
public static GetTeamID ( string team ) : int | ||
team | string | |
return | int |
public static GetTeamString ( SpecialColor color ) : string | ||
color | SpecialColor | |
return | string |
public static GetTeamString ( Team team ) : string | ||
team | Team | |
return | string |
public static GetTeamString ( int id ) : string | ||
id | int | |
return | string |