Property | Type | Description | |
---|---|---|---|
ApplicableGames | int | ||
InnerRadius | float | ||
LowerHeight | float | ||
Name | string | ||
OptionModifiers | int | ||
OuterRadius | float | ||
TeamColor | int | ||
UpperHeight | float | ||
Weight | float | ||
ZoneType | SpawnZoneType |
Method | Description | |
---|---|---|
GetGameTypeOptions ( ) : Options[] | ||
GetOptionModifiers ( ) : Options[] | ||
GetTeamColorOptions ( ) : Options[] | ||
Read ( |
Reads the Spawn Zone data from the given map's current BaseStream position
|
|
SpawnZone ( SpawnZoneType zoneType ) : System |
Initializes a new instance of the SpawnZone class.
|
|
Write ( |
Writes the Spawn Zone data to the given map's BaseStream
|
public SpawnZone ( SpawnZoneType zoneType ) : System | ||
zoneType | SpawnZoneType | |
return | System |