Method | Description | |
---|---|---|
CanCastSpell ( NWCreature oPC, NWObject oTarget, int spellTier ) : string | ||
CastingTime ( NWCreature oPC, float baseCastingTime, int spellTier ) : float | ||
CooldownCategoryID ( NWCreature creature, int? baseCooldownCategoryID, int spellTier ) : int? | ||
CooldownTime ( NWCreature oPC, float baseCooldownTime, int spellTier ) : float | ||
FPCost ( NWCreature oPC, int baseFPCost, int spellTier ) : int | ||
IsHostile ( ) : bool | ||
OnConcentrationTick ( NWCreature creature, NWObject target, int perkLevel, int tick ) : void | ||
OnCustomEnmityRule ( NWCreature creature, int amount ) : void | ||
OnImpact ( NWCreature creature, NWObject target, int perkLevel, int spellTier ) : void | ||
OnItemEquipped ( NWCreature creature, NWItem oItem ) : void | ||
OnItemUnequipped ( NWCreature creature, NWItem oItem ) : void | ||
OnPurchased ( NWCreature creature, int newLevel ) : void | ||
OnRemoved ( NWCreature creature ) : void |
public CanCastSpell ( NWCreature oPC, NWObject oTarget, int spellTier ) : string | ||
oPC | NWCreature | |
oTarget | NWObject | |
spellTier | int | |
return | string |
public CastingTime ( NWCreature oPC, float baseCastingTime, int spellTier ) : float | ||
oPC | NWCreature | |
baseCastingTime | float | |
spellTier | int | |
return | float |
public CooldownCategoryID ( NWCreature creature, int? baseCooldownCategoryID, int spellTier ) : int? | ||
creature | NWCreature | |
baseCooldownCategoryID | int? | |
spellTier | int | |
return | int? |
public CooldownTime ( NWCreature oPC, float baseCooldownTime, int spellTier ) : float | ||
oPC | NWCreature | |
baseCooldownTime | float | |
spellTier | int | |
return | float |
public FPCost ( NWCreature oPC, int baseFPCost, int spellTier ) : int | ||
oPC | NWCreature | |
baseFPCost | int | |
spellTier | int | |
return | int |
public OnConcentrationTick ( NWCreature creature, NWObject target, int perkLevel, int tick ) : void | ||
creature | NWCreature | |
target | NWObject | |
perkLevel | int | |
tick | int | |
return | void |
public OnCustomEnmityRule ( NWCreature creature, int amount ) : void | ||
creature | NWCreature | |
amount | int | |
return | void |
public OnImpact ( NWCreature creature, NWObject target, int perkLevel, int spellTier ) : void | ||
creature | NWCreature | |
target | NWObject | |
perkLevel | int | |
spellTier | int | |
return | void |
public OnItemEquipped ( NWCreature creature, NWItem oItem ) : void | ||
creature | NWCreature | |
oItem | NWItem | |
return | void |
public OnItemUnequipped ( NWCreature creature, NWItem oItem ) : void | ||
creature | NWCreature | |
oItem | NWItem | |
return | void |
public OnPurchased ( NWCreature creature, int newLevel ) : void | ||
creature | NWCreature | |
newLevel | int | |
return | void |
public OnRemoved ( NWCreature creature ) : void | ||
creature | NWCreature | |
return | void |