C# Класс Server.Mobiles.BaseMount

Наследование: Server.Mobiles.BaseBreedableCreature, IMount
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Описание методов

BaseMount() публичный Метод

public BaseMount ( Server.Serial serial ) : System
serial Server.Serial
Результат System

BaseMount() публичный Метод

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
Результат System

CheckMountAllowed() публичный статический Метод

public static CheckMountAllowed ( Server.Mobile mob ) : bool
mob Server.Mobile
Результат bool

Deserialize() публичный Метод

public Deserialize ( Server.GenericReader reader ) : void
reader Server.GenericReader
Результат void

Dismount() публичный статический Метод

public static Dismount ( Server.Mobile m ) : void
m Server.Mobile
Результат void

DoMountAbility() публичный Метод

public DoMountAbility ( int damage, Server.Mobile attacker ) : bool
damage int
attacker Server.Mobile
Результат bool

OnAfterDelete() публичный Метод

public OnAfterDelete ( ) : void
Результат void

OnBeforeDeath() публичный Метод

public OnBeforeDeath ( ) : bool
Результат bool

OnDelete() публичный Метод

public OnDelete ( ) : void
Результат void

OnDisallowedRider() публичный Метод

public OnDisallowedRider ( Server.Mobile m ) : void
m Server.Mobile
Результат void

OnDoubleClick() публичный Метод

public OnDoubleClick ( Server.Mobile from ) : void
from Server.Mobile
Результат void

OnRiderDamaged() публичный Метод

public OnRiderDamaged ( int amount, Server.Mobile from, bool willKill ) : void
amount int
from Server.Mobile
willKill bool
Результат void

Serialize() публичный Метод

public Serialize ( Server.GenericWriter writer ) : void
writer Server.GenericWriter
Результат void