Description
Wiki Description
Is the "Known" flag set for this form? This is used for MagicEffect and WordOfPower.
Documentation Comment
Is the "Known" flag set for this form?
Caveats
Examples
; Does the player know this effect?
if CoolMagicEffect.PlayerKnows()
Debug.Trace("Player knows the cool effect")
endIfAuto-Generated Example
bool returnedValue = myForm__toCallFunctionOn.PlayerKnows()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
