- Found in:
- Andrealphus PE
Description
Wiki Description
Casts this ingredient's effects from the specified actor, to a target actor.
Documentation String
- akSource: The Actor from which to cast the Ingredient.
- akIngedient: Ingredient to cast.
- akTarget: Actor at which to aim the Ingredient.
Caveats
CK Wiki - Notes
Parameters
Examples
ANDR_PapyrusFunctions.CastIngredient(PlayerRef, SaltPile, NazeemRef)
; player has applied the effects of a Salt Pile on Nazeem!Auto-Generated Example
Actor myActor__akSource
Ingredient myIngredient__akIngedient
Actor myActor__akTarget
ANDR_PapyrusFunctions.CastIngredient(myActor__akSource, myIngredient__akIngedient, myActor__akTarget)