PlayerKnows - Form

Member of: Form Script

Is the "Known" flag set for this form? This is used for Magic Effects and Words of Power.

SyntaxEdit

bool Function PlayerKnows() native

ParametersEdit

None

Return ValueEdit

Whether or not the Known flag is set on the form.

ExamplesEdit

; Does the player know this effect?
if CoolMagicEffect.PlayerKnows()
  Debug.Trace("Player knows the cool effect")
endIf

See AlsoEdit