C# 클래스 Server.Mobiles.Banker

상속: BaseVendor
파일 보기 프로젝트 열기: runuo/runuo 1 사용 예제들

공개 메소드들

메소드 설명
AddCustomContextEntries ( Mobile from, List list ) : void
Banker ( Serial serial ) : System
Deposit ( Mobile from, int amount ) : bool
Deposit ( Server.Items.Container cont, int amount ) : void
DepositUpTo ( Mobile from, int amount ) : int
Deserialize ( GenericReader reader ) : void
GetBalance ( Mobile m ) : int
GetBalance ( Mobile m, Item &gold, Item &checks ) : int
HandlesOnSpeech ( Mobile from ) : bool
InitSBInfo ( ) : void
OnSpeech ( SpeechEventArgs e ) : void
Serialize ( GenericWriter writer ) : void
Withdraw ( Mobile from, int amount ) : bool

비공개 메소드들

메소드 설명
Banker ( ) : System

메소드 상세

AddCustomContextEntries() 공개 메소드

public AddCustomContextEntries ( Mobile from, List list ) : void
from Mobile
list List
리턴 void

Banker() 공개 메소드

public Banker ( Serial serial ) : System
serial Serial
리턴 System

Deposit() 공개 정적인 메소드

public static Deposit ( Mobile from, int amount ) : bool
from Mobile
amount int
리턴 bool

Deposit() 공개 정적인 메소드

public static Deposit ( Server.Items.Container cont, int amount ) : void
cont Server.Items.Container
amount int
리턴 void

DepositUpTo() 공개 정적인 메소드

public static DepositUpTo ( Mobile from, int amount ) : int
from Mobile
amount int
리턴 int

Deserialize() 공개 메소드

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

GetBalance() 공개 정적인 메소드

public static GetBalance ( Mobile m ) : int
m Mobile
리턴 int

GetBalance() 공개 정적인 메소드

public static GetBalance ( Mobile m, Item &gold, Item &checks ) : int
m Mobile
gold Item
checks Item
리턴 int

HandlesOnSpeech() 공개 메소드

public HandlesOnSpeech ( Mobile from ) : bool
from Mobile
리턴 bool

InitSBInfo() 공개 메소드

public InitSBInfo ( ) : void
리턴 void

OnSpeech() 공개 메소드

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

Serialize() 공개 메소드

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

Withdraw() 공개 정적인 메소드

public static Withdraw ( Mobile from, int amount ) : bool
from Mobile
amount int
리턴 bool