C# Class Server.Mobiles.IntelliSpawner

Inheritance: Item, ISpawner
Afficher le fichier Open project: felladrin/last-wish Class Usage Examples

Private Properties

Свойство Type Description
GetAdjustedLocation int
ISpawner void
InitSpawner void
IntelliSpawner System
IntelliSpawner System
IntelliSpawner System
IntelliSpawner System

Méthodes publiques

Méthode Description
BringToHome ( ) : void
Build ( Type type, string args ) : ISpawnable
CheckSpawnerFull ( ) : bool
CountCreatures ( string creatureName ) : int
Defrag ( ) : void
Deserialize ( GenericReader reader ) : void
DoTimer ( ) : void
DoTimer ( System.TimeSpan delay ) : void
GetProperties ( ObjectPropertyList list ) : void
GetSpawnPosition ( ) : Point3D
GetSpawnPosition ( ISpawnable spawned ) : Point3D
Initialize ( ) : void
IntelliSpawner ( Serial serial ) : System
IntelliSpawner ( int amount, System.TimeSpan minDelay, System.TimeSpan maxDelay, int team, int homeRange, List spawnNames ) : System
IsValidWater ( Map map, int x, int y, int z ) : bool
OnAfterDuped ( Item newItem ) : void
OnDelete ( ) : void
OnDoubleClick ( Mobile from ) : void
OnMovement ( Mobile m, Point3D oldLocation ) : void
OnSingleClick ( Mobile from ) : void
OnTick ( ) : void
ParseType ( string s ) : string
RemoveSpawned ( ) : void
RemoveSpawned ( string creatureName ) : void
Respawn ( ) : void
Serialize ( GenericWriter writer ) : void
Spawn ( ) : void
Spawn ( int index ) : void
Spawn ( string creatureName ) : void
SpawnedStats ( ) : string
Start ( ) : void
Stop ( ) : void
ValidTrigger ( Mobile m ) : bool

Méthodes protégées

Méthode Description
CreateSpawnedObject ( int index ) : ISpawnable

Private Methods

Méthode Description
GetAdjustedLocation ( int range, int side, int coord, int coordThis ) : int
ISpawner ( ISpawnable spawn ) : void
InitSpawner ( int amount, System.TimeSpan minDelay, System.TimeSpan maxDelay, int team, int homeRange, List spawnNames ) : void
IntelliSpawner ( ) : System
IntelliSpawner ( int amount, System.TimeSpan minDelay, System.TimeSpan maxDelay, int team, int homeRange, string spawnName ) : System
IntelliSpawner ( int amount, int minDelay, int maxDelay, int team, int homeRange, string spawnName ) : System
IntelliSpawner ( string spawnName ) : System

Method Details

BringToHome() public méthode

public BringToHome ( ) : void
Résultat void

Build() public static méthode

public static Build ( Type type, string args ) : ISpawnable
type System.Type
args string
Résultat ISpawnable

CheckSpawnerFull() public méthode

public CheckSpawnerFull ( ) : bool
Résultat bool

CountCreatures() public méthode

public CountCreatures ( string creatureName ) : int
creatureName string
Résultat int

CreateSpawnedObject() protected méthode

protected CreateSpawnedObject ( int index ) : ISpawnable
index int
Résultat ISpawnable

Defrag() public méthode

public Defrag ( ) : void
Résultat void

Deserialize() public méthode

public Deserialize ( GenericReader reader ) : void
reader GenericReader
Résultat void

DoTimer() public méthode

public DoTimer ( ) : void
Résultat void

DoTimer() public méthode

public DoTimer ( System.TimeSpan delay ) : void
delay System.TimeSpan
Résultat void

GetProperties() public méthode

public GetProperties ( ObjectPropertyList list ) : void
list ObjectPropertyList
Résultat void

GetSpawnPosition() public méthode

public GetSpawnPosition ( ) : Point3D
Résultat Point3D

GetSpawnPosition() public méthode

public GetSpawnPosition ( ISpawnable spawned ) : Point3D
spawned ISpawnable
Résultat Point3D

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

IntelliSpawner() public méthode

public IntelliSpawner ( Serial serial ) : System
serial Serial
Résultat System

IntelliSpawner() public méthode

public IntelliSpawner ( int amount, System.TimeSpan minDelay, System.TimeSpan maxDelay, int team, int homeRange, List spawnNames ) : System
amount int
minDelay System.TimeSpan
maxDelay System.TimeSpan
team int
homeRange int
spawnNames List
Résultat System

IsValidWater() public static méthode

public static IsValidWater ( Map map, int x, int y, int z ) : bool
map Map
x int
y int
z int
Résultat bool

OnAfterDuped() public méthode

public OnAfterDuped ( Item newItem ) : void
newItem Item
Résultat void

OnDelete() public méthode

public OnDelete ( ) : void
Résultat void

OnDoubleClick() public méthode

public OnDoubleClick ( Mobile from ) : void
from Mobile
Résultat void

OnMovement() public méthode

public OnMovement ( Mobile m, Point3D oldLocation ) : void
m Mobile
oldLocation Point3D
Résultat void

OnSingleClick() public méthode

public OnSingleClick ( Mobile from ) : void
from Mobile
Résultat void

OnTick() public méthode

public OnTick ( ) : void
Résultat void

ParseType() public static méthode

public static ParseType ( string s ) : string
s string
Résultat string

RemoveSpawned() public méthode

public RemoveSpawned ( ) : void
Résultat void

RemoveSpawned() public méthode

public RemoveSpawned ( string creatureName ) : void
creatureName string
Résultat void

Respawn() public méthode

public Respawn ( ) : void
Résultat void

Serialize() public méthode

public Serialize ( GenericWriter writer ) : void
writer GenericWriter
Résultat void

Spawn() public méthode

public Spawn ( ) : void
Résultat void

Spawn() public méthode

public Spawn ( int index ) : void
index int
Résultat void

Spawn() public méthode

public Spawn ( string creatureName ) : void
creatureName string
Résultat void

SpawnedStats() public méthode

public SpawnedStats ( ) : string
Résultat string

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

ValidTrigger() public méthode

public ValidTrigger ( Mobile m ) : bool
m Mobile
Résultat bool