Свойство | Type | Description | |
---|---|---|---|
EtherealMount | System |
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 |
Méthode | Description | |
---|---|---|
EtherealMount ( int itemID, int mountID ) : System |
public Deserialize ( GenericReader reader ) : void | ||
reader | GenericReader | |
Résultat | void |
public EtherealMount ( Serial serial ) : System | ||
serial | Serial | |
Résultat | System |
public GetProperties ( ObjectPropertyList list ) : void | ||
list | ObjectPropertyList | |
Résultat | void |
public OnDoubleClick ( Mobile from ) : void | ||
from | Mobile | |
Résultat | void |
public OnParentDeath ( Mobile parent ) : DeathMoveResult | ||
parent | Mobile | |
Résultat | DeathMoveResult |
public OnRiderDamaged ( int amount, Mobile from, bool willKill ) : void | ||
amount | int | |
from | Mobile | |
willKill | bool | |
Résultat | void |
public OnSingleClick ( Mobile from ) : void | ||
from | Mobile | |
Résultat | void |
public Serialize ( GenericWriter writer ) : void | ||
writer | GenericWriter | |
Résultat | void |
public static StopMounting ( Mobile mob ) : void | ||
mob | Mobile | |
Résultat | void |