C# Class DarkEmu_GameServer.pet_obj

Datei anzeigen Open project: CarlosX/DarkEmu Class Usage Examples

Public Properties

Property Type Description
Hp int
Ids DarkEmu_GameServer.Global.ID
Information bool
Model int
Petname string
Spawn List
UniqueID int
Walk float
exp System.Int64
x double
xSec byte

Public Methods

Method Description
DeSpawnMe ( ) : void
DeSpawnMe ( bool t ) : void
Dispose ( ) : void
Send ( Systems sys, byte buff ) : void
Send ( byte buff ) : void
SpawnMe ( ) : List
Spawned ( int id ) : bool
Speedsend ( ) : List
statussend ( ) : List

Method Details

DeSpawnMe() public method

public DeSpawnMe ( ) : void
return void

DeSpawnMe() public method

public DeSpawnMe ( bool t ) : void
t bool
return void

Dispose() public method

public Dispose ( ) : void
return void

Send() public method

public Send ( Systems sys, byte buff ) : void
sys Systems
buff byte
return void

Send() public method

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

SpawnMe() public method

public SpawnMe ( ) : List
return List

Spawned() public method

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

Speedsend() public method

public Speedsend ( ) : List
return List

statussend() public method

public statussend ( ) : List
return List

Property Details

Hp public_oe property

public int Hp
return int

Ids public_oe property

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

Information public_oe property

public bool Information
return bool

Model public_oe property

public int Model
return int

Petname public_oe property

public string Petname
return string

Spawn public_oe property

public List Spawn
return List

UniqueID public_oe property

public int UniqueID
return int

Walk public_oe property

public float Walk
return float

exp public_oe property

public Int64,System exp
return System.Int64

x public_oe property

public double x
return double

xSec public_oe property

public byte xSec
return byte