C# Class MCLawl.Team

Afficher le fichier Open project: dekema2/MCDek Class Usage Examples

Méthodes publiques

Свойство Type Description
color char
flagBase ushort[]
flagLocation ushort[]
flagishome bool
flagmoved bool
ftcount int
holdingFlag Player
mapOn Level
players List
points int
spawns List
spawnset bool
teamstring string
tempFlagblock CatchPos
tfb CatchPos

Méthodes publiques

Méthode Description
AddMember ( Player p ) : void
AddSpawn ( ushort x, ushort y, ushort z, ushort rotx, ushort roty ) : void
Drawflag ( ) : void
GetColorBlock ( char color ) : byte
RemoveMember ( Player p ) : void
SpawnPlayer ( Player p ) : void

Method Details

AddMember() public méthode

public AddMember ( Player p ) : void
p Player
Résultat void

AddSpawn() public méthode

public AddSpawn ( ushort x, ushort y, ushort z, ushort rotx, ushort roty ) : void
x ushort
y ushort
z ushort
rotx ushort
roty ushort
Résultat void

Drawflag() public méthode

public Drawflag ( ) : void
Résultat void

GetColorBlock() public static méthode

public static GetColorBlock ( char color ) : byte
color char
Résultat byte

RemoveMember() public méthode

public RemoveMember ( Player p ) : void
p Player
Résultat void

SpawnPlayer() public méthode

public SpawnPlayer ( Player p ) : void
p Player
Résultat void

Property Details

color public_oe property

public char color
Résultat char

flagBase public_oe property

public ushort[] flagBase
Résultat ushort[]

flagLocation public_oe property

public ushort[] flagLocation
Résultat ushort[]

flagishome public_oe property

public bool flagishome
Résultat bool

flagmoved public_oe property

public bool flagmoved
Résultat bool

ftcount public_oe property

public int ftcount
Résultat int

holdingFlag public_oe property

public Player,MCLawl holdingFlag
Résultat Player

mapOn public_oe property

public Level,MCLawl mapOn
Résultat Level

players public_oe property

public List players
Résultat List

points public_oe property

public int points
Résultat int

spawns public_oe property

public List spawns
Résultat List

spawnset public_oe property

public bool spawnset
Résultat bool

teamstring public_oe property

public string teamstring
Résultat string

tempFlagblock public_oe property

public CatchPos tempFlagblock
Résultat CatchPos

tfb public_oe property

public CatchPos tfb
Résultat CatchPos