LearnEffect - Ingredient
Revision as of 13:49, 20 October 2011 by imported>Plplecuyer (→See Also)
Member of: Ingredient Script
Flags the effect with the given index as known by the player.
SyntaxEdit
Function LearnEffect(int aiIndex) native
ParametersEdit
- aiIndex: 0 based index of effect to flag as known
Return ValueEdit
None.
ExamplesEdit
; Learn the first effect of the herb
Herb.LearnEffect(0)