C# Class Server.Mobiles.EtherealMount

Inheritance: Item, IMount, IMountItem, Engines.VeteranRewards.IRewardItem
Show file Open project: Grimoric/RunUO.T2A Class Usage Examples

Private Properties

Property Type Description
EtherealMount System

Public Methods

Method 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

Method Description
EtherealMount ( int itemID, int mountID ) : System

Method Details

AddFollowers() public method

public AddFollowers ( ) : void
return void

Deserialize() public method

public Deserialize ( GenericReader reader ) : void
reader GenericReader
return void

Dismount() public static method

public static Dismount ( Mobile m ) : void
m Mobile
return void

EtherealMount() public method

public EtherealMount ( Serial serial ) : System
serial Serial
return System

GetProperties() public method

public GetProperties ( ObjectPropertyList list ) : void
list ObjectPropertyList
return void

MountMe() public method

public MountMe ( ) : void
return void

OnDoubleClick() public method

public OnDoubleClick ( Mobile from ) : void
from Mobile
return void

OnParentDeath() public method

public OnParentDeath ( Mobile parent ) : DeathMoveResult
parent Mobile
return DeathMoveResult

OnRiderDamaged() public method

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

OnSingleClick() public method

public OnSingleClick ( Mobile from ) : void
from Mobile
return void

RemoveFollowers() public method

public RemoveFollowers ( ) : void
return void

Serialize() public method

public Serialize ( GenericWriter writer ) : void
writer GenericWriter
return void

StopMounting() public static method

public static StopMounting ( Mobile mob ) : void
mob Mobile
return void

UnmountMe() public method

public UnmountMe ( ) : void
return void

Validate() public method

public Validate ( Mobile from ) : bool
from Mobile
return bool