C# Class DarkEmu_GameServer.spez_obj

Show file Open project: CarlosX/DarkEmu Class Usage Examples

Public Properties

Property 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

Public Methods

Method Description
DeSpawnMe ( ) : void
SpawnMe ( int duration ) : void
Spawned ( int id ) : bool
StartDeleteTimer ( int time ) : void
StopDeleteTimer ( ) : void

Protected Methods

Method Description
delete_callback ( object e ) : void

Private Methods

Method Description
HarmonyBuff_callback ( object e ) : void
StartHarmonyBuff ( ) : void

Method Details

DeSpawnMe() public method

public DeSpawnMe ( ) : void
return void

SpawnMe() public method

public SpawnMe ( int duration ) : void
duration int
return void

Spawned() public method

public Spawned ( int id ) : bool
id int
return bool

StartDeleteTimer() public method

public StartDeleteTimer ( int time ) : void
time int
return void

StopDeleteTimer() public method

public StopDeleteTimer ( ) : void
return void

delete_callback() protected method

protected delete_callback ( object e ) : void
e object
return void

Property Details

ID public property

public int ID
return int

Ids public property

public ID,DarkEmu_GameServer.Global Ids
return DarkEmu_GameServer.Global.ID

Inside public property

public List Inside
return List

Name public property

public string Name
return string

Radius public property

public int Radius
return int

Spawn public property

public List Spawn
return List

UniqueID public property

public int UniqueID
return int

spezType public property

public short spezType
return short

timer public property

public Time timer
return Time

x public property

public double x
return double

xSec public property

public byte xSec
return byte