C# Class Server.Mobiles.EtherealMount

Inheritance: Item, IMount, IMountItem, Engines.VeteranRewards.IRewardItem
Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Private Properties

Свойство Type Description
EtherealMount System

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
EtherealMount ( int itemID, int mountID ) : System

Method Details

AddFollowers() public méthode

public AddFollowers ( ) : void
Résultat void

Deserialize() public méthode

public Deserialize ( GenericReader reader ) : void
reader GenericReader
Résultat void

Dismount() public static méthode

public static Dismount ( Mobile m ) : void
m Mobile
Résultat void

EtherealMount() public méthode

public EtherealMount ( Serial serial ) : System
serial Serial
Résultat System

GetProperties() public méthode

public GetProperties ( ObjectPropertyList list ) : void
list ObjectPropertyList
Résultat void

MountMe() public méthode

public MountMe ( ) : void
Résultat void

OnDoubleClick() public méthode

public OnDoubleClick ( Mobile from ) : void
from Mobile
Résultat void

OnParentDeath() public méthode

public OnParentDeath ( Mobile parent ) : DeathMoveResult
parent Mobile
Résultat DeathMoveResult

OnRiderDamaged() public méthode

public OnRiderDamaged ( int amount, Mobile from, bool willKill ) : void
amount int
from Mobile
willKill bool
Résultat void

OnSingleClick() public méthode

public OnSingleClick ( Mobile from ) : void
from Mobile
Résultat void

RemoveFollowers() public méthode

public RemoveFollowers ( ) : void
Résultat void

Serialize() public méthode

public Serialize ( GenericWriter writer ) : void
writer GenericWriter
Résultat void

StopMounting() public static méthode

public static StopMounting ( Mobile mob ) : void
mob Mobile
Résultat void

UnmountMe() public méthode

public UnmountMe ( ) : void
Résultat void

Validate() public méthode

public Validate ( Mobile from ) : bool
from Mobile
Résultat bool