C# Class DarkEmu_GameServer.pet_obj

Show file 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 property

public int Hp
return int

Ids public property

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

Information public property

public bool Information
return bool

Model public property

public int Model
return int

Petname public property

public string Petname
return string

Spawn public property

public List Spawn
return List

UniqueID public property

public int UniqueID
return int

Walk public property

public float Walk
return float

exp public property

public Int64,System exp
return System.Int64

x public property

public double x
return double

xSec public property

public byte xSec
return byte