Свойство | Type | Description | |
---|---|---|---|
DefaultMaxSpawnTime | System.TimeSpan | ||
DefaultMinSpawnTime | System.TimeSpan | ||
InvalidDirection | Direction |
Méthode | Description | |
---|---|---|
Delete ( ) : void | ||
DeleteSpawnedObjects ( ) : void | ||
Deserialize ( GenericReader reader ) : void | ||
Initialize ( ) : void | ||
RandomSpawnLocation ( int spawnHeight, bool land, bool water ) : Point3D | ||
Remove ( GenericReader reader ) : void | ||
Respawn ( ) : void | ||
Serialize ( GenericWriter writer ) : void | ||
SpawnEntry ( int id, |
||
Start ( ) : void | ||
Stop ( ) : void |
Méthode | Description | |
---|---|---|
Add ( ISpawnable spawn ) : void | ||
CheckTimer ( ) : void | ||
DelAllRegionSpawns_OnCommand ( Server.Commands.CommandEventArgs args ) : void | ||
DelRegionSpawns_OnCommand ( Server.Commands.CommandEventArgs args ) : void | ||
GetCommandData ( Server.Commands.CommandEventArgs args ) : |
||
ISpawner ( ISpawnable spawn ) : void | ||
InternalDeleteSpawnedObjects ( ) : void | ||
RandomTime ( ) : System.TimeSpan | ||
RespawnAllRegions_OnCommand ( Server.Commands.CommandEventArgs args ) : void | ||
RespawnRegion_OnCommand ( Server.Commands.CommandEventArgs args ) : void | ||
Spawn ( ) : void | ||
StartAllRegionSpawns_OnCommand ( Server.Commands.CommandEventArgs args ) : void | ||
StartRegionSpawns_OnCommand ( Server.Commands.CommandEventArgs args ) : void | ||
StopAllRegionSpawns_OnCommand ( Server.Commands.CommandEventArgs args ) : void | ||
StopRegionSpawns_OnCommand ( Server.Commands.CommandEventArgs args ) : void | ||
TimerCallback ( ) : void |
public Deserialize ( GenericReader reader ) : void | ||
reader | GenericReader | |
Résultat | void |
public RandomSpawnLocation ( int spawnHeight, bool land, bool water ) : Point3D | ||
spawnHeight | int | |
land | bool | |
water | bool | |
Résultat | Point3D |
public static Remove ( GenericReader reader ) : void | ||
reader | GenericReader | |
Résultat | void |
public Serialize ( GenericWriter writer ) : void | ||
writer | GenericWriter | |
Résultat | void |
public SpawnEntry ( int id, |
||
id | int | |
region | ||
home | Point3D | |
range | int | |
direction | Direction | |
definition | Server.Regions.SpawnDefinition | |
max | int | |
minSpawnTime | System.TimeSpan | |
maxSpawnTime | System.TimeSpan | |
Résultat | System |
public static TimeSpan,System DefaultMaxSpawnTime | ||
Résultat | System.TimeSpan |
public static TimeSpan,System DefaultMinSpawnTime | ||
Résultat | System.TimeSpan |