C# 클래스 Server.Items.BroadcastCrystal

상속: Item
파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MaxCharges int

Private Properties

프로퍼티 타입 설명
BroadcastCrystal System
BroadcastCrystal System

공개 메소드들

메소드 설명
BroadcastCrystal ( Server.Serial serial ) : System
Deserialize ( Server.GenericReader reader ) : void
GetProperties ( ObjectPropertyList list ) : void
OnDoubleClick ( Server.Mobile from ) : void
OnSingleClick ( Server.Mobile from ) : void
OnSpeech ( SpeechEventArgs e ) : void
Serialize ( Server.GenericWriter writer ) : void

비공개 메소드들

메소드 설명
BroadcastCrystal ( ) : System
BroadcastCrystal ( int charges ) : System

메소드 상세

BroadcastCrystal() 공개 메소드

public BroadcastCrystal ( Server.Serial serial ) : System
serial Server.Serial
리턴 System

Deserialize() 공개 메소드

public Deserialize ( Server.GenericReader reader ) : void
reader Server.GenericReader
리턴 void

GetProperties() 공개 메소드

public GetProperties ( ObjectPropertyList list ) : void
list Server.ObjectPropertyList
리턴 void

OnDoubleClick() 공개 메소드

public OnDoubleClick ( Server.Mobile from ) : void
from Server.Mobile
리턴 void

OnSingleClick() 공개 메소드

public OnSingleClick ( Server.Mobile from ) : void
from Server.Mobile
리턴 void

OnSpeech() 공개 메소드

public OnSpeech ( SpeechEventArgs e ) : void
e Server.SpeechEventArgs
리턴 void

Serialize() 공개 메소드

public Serialize ( Server.GenericWriter writer ) : void
writer Server.GenericWriter
리턴 void

프로퍼티 상세

MaxCharges 공개적으로 정적으로 프로퍼티

public static int MaxCharges
리턴 int