C# Class DarkEmu_GameServer.world_item

ファイルを表示 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_oe property

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

Model public_oe property

public int Model
return int

PlusValue public_oe property

public byte PlusValue
return byte

Spawn public_oe property

public List Spawn
return List

UniqueID public_oe property

public int UniqueID
return int

blues public_oe property

public List blues
return List

downType public_oe property

public bool downType
return bool

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