SetRefEssential

From the Fallout3 GECK Wiki
Revision as of 19:33, 7 June 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Sets the calling actor-reference to be <i>essential</i> or not. This function differs from SetEssential in that the latter must be ca...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Sets the calling actor-reference to be essential or not. This function differs from SetEssential in that the latter must be called on a base-form.

Syntax

[help]
(isEssential:0/1) reference.SetRefEssential isEssential:0/1

Example

someActorRef.SetRefEssential 1

Notes

  • Essential actors cannot be killed, only knocked unconscious.

See Also