IsEssential - Actor

From the Fallout4 CreationKit Wiki
Revision as of 15:56, 1 July 2011 by imported>Plplecuyer (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)
Jump to navigation Jump to search

Member of: Actor Script

Is this actor currently essential?

Syntax[edit | edit source]

bool Function IsEssential() native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

If the actor is currently essential.

Examples[edit | edit source]

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

See Also[edit | edit source]