Beispiel #1
0
 public static ItemProperty CastSpell(IPCastSpell spell, IPCastSpellNumUses uses)
 => NWScript.ItemPropertyCastSpell((int)spell, (int)uses);
Beispiel #2
0
 public static ItemProperty CastSpell(IPCastSpell spell, IPCastSpellNumUses uses)
 {
     return(NWScript.ItemPropertyCastSpell((int)spell, (int)uses) !);
 }
Beispiel #3
0
 public static ItemProperty OnHitCastSpell(IPCastSpell spell, IPSpellLevel spellLevel)
 => NWScript.ItemPropertyOnHitCastSpell((int)spell, (int)spellLevel);
Beispiel #4
0
 public static ItemProperty OnHitCastSpell(IPCastSpell spell, IPSpellLevel spellLevel)
 {
     return(NWScript.ItemPropertyOnHitCastSpell((int)spell, (int)spellLevel) !);
 }