C# 클래스 Server.Mobiles.EtherealMount

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

Private Properties

프로퍼티 타입 설명
EtherealMount System

공개 메소드들

메소드 설명
AddFollowers ( ) : void
Deserialize ( GenericReader reader ) : void
Dismount ( Mobile m ) : void
EtherealMount ( Serial serial ) : System
GetProperties ( ObjectPropertyList list ) : void
MountMe ( ) : void
OnDoubleClick ( Mobile from ) : void
OnParentDeath ( Mobile parent ) : DeathMoveResult
OnRiderDamaged ( int amount, Mobile from, bool willKill ) : void
OnSingleClick ( Mobile from ) : void
RemoveFollowers ( ) : void
Serialize ( GenericWriter writer ) : void
StopMounting ( Mobile mob ) : void
UnmountMe ( ) : void
Validate ( Mobile from ) : bool

비공개 메소드들

메소드 설명
EtherealMount ( int itemID, int mountID ) : System

메소드 상세

AddFollowers() 공개 메소드

public AddFollowers ( ) : void
리턴 void

Deserialize() 공개 메소드

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

Dismount() 공개 정적인 메소드

public static Dismount ( Mobile m ) : void
m Mobile
리턴 void

EtherealMount() 공개 메소드

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

GetProperties() 공개 메소드

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

MountMe() 공개 메소드

public MountMe ( ) : void
리턴 void

OnDoubleClick() 공개 메소드

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

OnParentDeath() 공개 메소드

public OnParentDeath ( Mobile parent ) : DeathMoveResult
parent Mobile
리턴 DeathMoveResult

OnRiderDamaged() 공개 메소드

public OnRiderDamaged ( int amount, Mobile from, bool willKill ) : void
amount int
from Mobile
willKill bool
리턴 void

OnSingleClick() 공개 메소드

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

RemoveFollowers() 공개 메소드

public RemoveFollowers ( ) : void
리턴 void

Serialize() 공개 메소드

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

StopMounting() 공개 정적인 메소드

public static StopMounting ( Mobile mob ) : void
mob Mobile
리턴 void

UnmountMe() 공개 메소드

public UnmountMe ( ) : void
리턴 void

Validate() 공개 메소드

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