Background for Skyrim SE
Member of the ASR_PapyrusFunctions script
voidfunctionCastSpellItemMult(ActorakSource, SpellakSpell, EnchantmentakEnchantment, PotionakPotion, IngredientakIngredient, ObjectReferenceakTarget, floata_effectiveness, floata_override)NativeGlobal


Parameters

  1. ActorakSource

  2. SpellakSpell

  3. EnchantmentakEnchantment

  4. PotionakPotion

  5. IngredientakIngredient

  6. ObjectReferenceakTarget

  7. floata_effectiveness

  8. floata_override


Examples

Auto-Generated Example

Actor myActor__akSource
Spell mySpell__akSpell
Enchantment myEnchantment__akEnchantment
Potion myPotion__akPotion
Ingredient myIngredient__akIngredient
ObjectReference myObjectReference__akTarget
float myFloat__a_effectiveness
float myFloat__a_override

ASR_PapyrusFunctions.CastSpellItemMult(myActor__akSource, mySpell__akSpell, myEnchantment__akEnchantment, myPotion__akPotion, myIngredient__akIngredient, myObjectReference__akTarget, myFloat__a_effectiveness, myFloat__a_override)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.