Méthode | Description | |
---|---|---|
GetRegistryNumber ( ISpell s ) : int | ||
GetRegistryNumber ( |
||
NewSpell ( int spellID, Mobile caster, System.Item scroll ) : |
||
NewSpell ( string name, Mobile caster, System.Item scroll ) : |
||
Register ( int spellID, |
public static GetRegistryNumber ( ISpell s ) : int | ||
s | ISpell | |
Résultat | int |
public static GetRegistryNumber ( |
||
type | ||
Résultat | int |
public static NewSpell ( int spellID, Mobile caster, System.Item scroll ) : |
||
spellID | int | |
caster | Mobile | |
scroll | System.Item | |
Résultat |
public static NewSpell ( string name, Mobile caster, System.Item scroll ) : |
||
name | string | |
caster | Mobile | |
scroll | System.Item | |
Résultat |
public static Register ( int spellID, |
||
spellID | int | |
type | ||
Résultat | void |