IsEssential - Actor

Revision as of 15:56, 1 July 2011 by imported>Jlundin (Created page with 'Category:Scripting Category:Papyrus '''Member of:''' Actor Script Is this actor currently essential? == Syntax == <source lang="papyrus"> bool Function IsEssential(…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Actor Script

Is this actor currently essential?

SyntaxEdit

bool Function IsEssential() native

ParametersEdit

None.

Return ValueEdit

If the actor is currently essential.

ExamplesEdit

; Is the important person essential?
if (ImportantPerson.IsEssential())
  Debug.Trace("The important person is essential")
endIf

See AlsoEdit