C# Class DarkEmu_GameServer.spez_obj

Afficher le fichier Open project: CarlosX/DarkEmu Class Usage Examples

Méthodes publiques

Свойство Type Description
ID int
Ids DarkEmu_GameServer.Global.ID
Inside List
Name string
Radius int
Spawn List
UniqueID int
spezType short
timer Time
x double
xSec byte

Méthodes publiques

Méthode Description
DeSpawnMe ( ) : void
SpawnMe ( int duration ) : void
Spawned ( int id ) : bool
StartDeleteTimer ( int time ) : void
StopDeleteTimer ( ) : void

Méthodes protégées

Méthode Description
delete_callback ( object e ) : void

Private Methods

Méthode Description
HarmonyBuff_callback ( object e ) : void
StartHarmonyBuff ( ) : void

Method Details

DeSpawnMe() public méthode

public DeSpawnMe ( ) : void
Résultat void

SpawnMe() public méthode

public SpawnMe ( int duration ) : void
duration int
Résultat void

Spawned() public méthode

public Spawned ( int id ) : bool
id int
Résultat bool

StartDeleteTimer() public méthode

public StartDeleteTimer ( int time ) : void
time int
Résultat void

StopDeleteTimer() public méthode

public StopDeleteTimer ( ) : void
Résultat void

delete_callback() protected méthode

protected delete_callback ( object e ) : void
e object
Résultat void

Property Details

ID public_oe property

public int ID
Résultat int

Ids public_oe property

public ID,DarkEmu_GameServer.Global Ids
Résultat DarkEmu_GameServer.Global.ID

Inside public_oe property

public List Inside
Résultat List

Name public_oe property

public string Name
Résultat string

Radius public_oe property

public int Radius
Résultat int

Spawn public_oe property

public List Spawn
Résultat List

UniqueID public_oe property

public int UniqueID
Résultat int

spezType public_oe property

public short spezType
Résultat short

timer public_oe property

public Time timer
Résultat Time

x public_oe property

public double x
Résultat double

xSec public_oe property

public byte xSec
Résultat byte