C# Class Server.Mobiles.BaseMount

Inheritance: Server.Mobiles.BaseBreedableCreature, IMount
Mostra file Open project: Grimoric/RunUO.T2A Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
BaseMount ( Server.Serial serial ) : System
BaseMount ( string name, int bodyID, int itemID, AIType aiType, FightMode fightMode, int rangePerception, int rangeFight, double activeSpeed, double passiveSpeed ) : System
CheckMountAllowed ( Server.Mobile mob ) : bool
Deserialize ( Server.GenericReader reader ) : void
Dismount ( Server.Mobile m ) : void
DoMountAbility ( int damage, Server.Mobile attacker ) : bool
OnAfterDelete ( ) : void
OnBeforeDeath ( ) : bool
OnDelete ( ) : void
OnDisallowedRider ( Server.Mobile m ) : void
OnDoubleClick ( Server.Mobile from ) : void
OnRiderDamaged ( int amount, Server.Mobile from, bool willKill ) : void
Serialize ( Server.GenericWriter writer ) : void

Method Details

BaseMount() public method

public BaseMount ( Server.Serial serial ) : System
serial Server.Serial
return System

BaseMount() public method

public BaseMount ( string name, int bodyID, int itemID, AIType aiType, FightMode fightMode, int rangePerception, int rangeFight, double activeSpeed, double passiveSpeed ) : System
name string
bodyID int
itemID int
aiType AIType
fightMode FightMode
rangePerception int
rangeFight int
activeSpeed double
passiveSpeed double
return System

CheckMountAllowed() public static method

public static CheckMountAllowed ( Server.Mobile mob ) : bool
mob Server.Mobile
return bool

Deserialize() public method

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

Dismount() public static method

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

DoMountAbility() public method

public DoMountAbility ( int damage, Server.Mobile attacker ) : bool
damage int
attacker Server.Mobile
return bool

OnAfterDelete() public method

public OnAfterDelete ( ) : void
return void

OnBeforeDeath() public method

public OnBeforeDeath ( ) : bool
return bool

OnDelete() public method

public OnDelete ( ) : void
return void

OnDisallowedRider() public method

public OnDisallowedRider ( Server.Mobile m ) : void
m Server.Mobile
return void

OnDoubleClick() public method

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

OnRiderDamaged() public method

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

Serialize() public method

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