Teams.CreateTeam

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(string displayName, ubyte friendlyFlags, string nametagVisibility, string collisionRule, uint formatting, string prefix, string suffix, string[] players)
Undocumented in source.

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin Make
Undocumented in source.

Variables

ALWAYS_HIDE
enum string ALWAYS_HIDE;
Undocumented in source.
ALWAYS_PUSH
enum string ALWAYS_PUSH;
Undocumented in source.
FRIENDLY_FIRE
enum ubyte FRIENDLY_FIRE;
Undocumented in source.
HIDE_OTHER_TEAMS
enum string HIDE_OTHER_TEAMS;
Undocumented in source.
HIDE_OWN_TEAM
enum string HIDE_OWN_TEAM;
Undocumented in source.
MODE
enum typeof(mode) MODE;
Undocumented in source.
NEVER_HIDE
enum string NEVER_HIDE;
Undocumented in source.
NEVER_PUSH
enum string NEVER_PUSH;
Undocumented in source.
PUSH_OTHER_TEAMS
enum string PUSH_OTHER_TEAMS;
Undocumented in source.
PUSH_OWN_TEAM
enum string PUSH_OWN_TEAM;
Undocumented in source.
SEE_TEAM_INVISIBLE_PLAYERS
enum ubyte SEE_TEAM_INVISIBLE_PLAYERS;
Undocumented in source.
__fields
enum string[] __fields;
Undocumented in source.
collisionRule
string collisionRule;
Undocumented in source.
displayName
string displayName;
Undocumented in source.
formatting
uint formatting;
Undocumented in source.
friendlyFlags
ubyte friendlyFlags;
Undocumented in source.
nametagVisibility
string nametagVisibility;
Undocumented in source.
players
string[] players;
Undocumented in source.
prefix
string prefix;
Undocumented in source.
suffix
string suffix;
Undocumented in source.

Meta