C# 클래스 DarkEmu_GameServer.world_item

파일 보기 프로젝트 열기: CarlosX/DarkEmu 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Ids DarkEmu_GameServer.Global.ID
Model int
PlusValue byte
Spawn List
UniqueID int
blues List
downType bool
timer Time
x double
xSec byte

공개 메소드들

메소드 설명
DeSpawnMe ( ) : void
Dispose ( ) : void
Send ( byte buff ) : void
Send ( byte buff, bool b ) : void
Spawned ( int id ) : bool
StartDeleteTimer ( int time ) : void
StopDeleteTimer ( ) : void

보호된 메소드들

메소드 설명
delete_callback ( object e ) : void

메소드 상세

DeSpawnMe() 공개 메소드

public DeSpawnMe ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Send() 공개 메소드

public Send ( byte buff ) : void
buff byte
리턴 void

Send() 공개 메소드

public Send ( byte buff, bool b ) : void
buff byte
b bool
리턴 void

Spawned() 공개 메소드

public Spawned ( int id ) : bool
id int
리턴 bool

StartDeleteTimer() 공개 메소드

public StartDeleteTimer ( int time ) : void
time int
리턴 void

StopDeleteTimer() 공개 메소드

public StopDeleteTimer ( ) : void
리턴 void

delete_callback() 보호된 메소드

protected delete_callback ( object e ) : void
e object
리턴 void

프로퍼티 상세

Ids 공개적으로 프로퍼티

public ID,DarkEmu_GameServer.Global Ids
리턴 DarkEmu_GameServer.Global.ID

Model 공개적으로 프로퍼티

public int Model
리턴 int

PlusValue 공개적으로 프로퍼티

public byte PlusValue
리턴 byte

Spawn 공개적으로 프로퍼티

public List Spawn
리턴 List

UniqueID 공개적으로 프로퍼티

public int UniqueID
리턴 int

blues 공개적으로 프로퍼티

public List blues
리턴 List

downType 공개적으로 프로퍼티

public bool downType
리턴 bool

timer 공개적으로 프로퍼티

public Time timer
리턴 Time

x 공개적으로 프로퍼티

public double x
리턴 double

xSec 공개적으로 프로퍼티

public byte xSec
리턴 byte