C# Class DarkEmu_GameServer.world_item

Show file Open project: CarlosX/DarkEmu Class Usage Examples

Public Properties

Property Type Description
Ids DarkEmu_GameServer.Global.ID
Model int
PlusValue byte
Spawn List
UniqueID int
blues List
downType bool
timer Time
x double
xSec byte

Public Methods

Method Description
DeSpawnMe ( ) : void
Dispose ( ) : void
Send ( byte buff ) : void
Send ( byte buff, bool b ) : void
Spawned ( int id ) : bool
StartDeleteTimer ( int time ) : void
StopDeleteTimer ( ) : void

Protected Methods

Method Description
delete_callback ( object e ) : void

Method Details

DeSpawnMe() public method

public DeSpawnMe ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Send() public method

public Send ( byte buff ) : void
buff byte
return void

Send() public method

public Send ( byte buff, bool b ) : void
buff byte
b bool
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

Ids public property

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

Model public property

public int Model
return int

PlusValue public property

public byte PlusValue
return byte

Spawn public property

public List Spawn
return List

UniqueID public property

public int UniqueID
return int

blues public property

public List blues
return List

downType public property

public bool downType
return bool

timer public property

public Time timer
return Time

x public property

public double x
return double

xSec public property

public byte xSec
return byte