Property | Type | Description |
---|
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 |
public BaseMount ( Server.Serial serial ) : System | ||
serial | Server.Serial | |
return | System |
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 |
public static CheckMountAllowed ( Server.Mobile mob ) : bool | ||
mob | Server.Mobile | |
return | bool |
public Deserialize ( Server.GenericReader reader ) : void | ||
reader | Server.GenericReader | |
return | void |
public static Dismount ( Server.Mobile m ) : void | ||
m | Server.Mobile | |
return | void |
public DoMountAbility ( int damage, Server.Mobile attacker ) : bool | ||
damage | int | |
attacker | Server.Mobile | |
return | bool |
public OnDisallowedRider ( Server.Mobile m ) : void | ||
m | Server.Mobile | |
return | void |
public OnDoubleClick ( Server.Mobile from ) : void | ||
from | Server.Mobile | |
return | void |
public OnRiderDamaged ( int amount, Server.Mobile from, bool willKill ) : void | ||
amount | int | |
from | Server.Mobile | |
willKill | bool | |
return | void |
public Serialize ( Server.GenericWriter writer ) : void | ||
writer | Server.GenericWriter | |
return | void |