- Found in:
- Andrealphus PE
Description
Wiki Description
Casts this potion's effects from the specified actor, to a target actor.
Documentation String
- akSource: The Actor from which to cast the Potion.
- akPotion: Potion to cast.
- akTarget: Actor at which to aim the Potion.
Caveats
CK Wiki - Notes
Parameters
Examples
ANDR_PapyrusFunctions.CastPotion(PlayerRef, HealingPotion01, NazeemRef)
; player has applied the effects of a healing potion on Nazeem!Auto-Generated Example
Actor myActor__akSource
Potion myPotion__akPotion
Actor myActor__akTarget
ANDR_PapyrusFunctions.CastPotion(myActor__akSource, myPotion__akPotion, myActor__akTarget)