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