C# Class DarkEmu_GameServer.spez_obj

Mostrar archivo 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_oe property

public int ID
return int

Ids public_oe property

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

Inside public_oe property

public List Inside
return List

Name public_oe property

public string Name
return string

Radius public_oe property

public int Radius
return int

Spawn public_oe property

public List Spawn
return List

UniqueID public_oe property

public int UniqueID
return int

spezType public_oe property

public short spezType
return short

timer public_oe property

public Time timer
return Time

x public_oe property

public double x
return double

xSec public_oe property

public byte xSec
return byte