Difference between revisions of "SetRefEssential"

578 bytes removed ,  03:05, 4 March 2016
Blanked the page
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...")
 
imported>Jazzisparis
(Blanked the page)
 
Line 1: Line 1:
{{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 called on a <i>base-form</i>.
|name = SetRefEssential
|returnType = isEssential:0/1
|referenceType = reference
|arguments =
  {{FunctionArgument
  |Name = isEssential
  |Type = 0/1
  }}
|example = someActorRef.SetRefEssential 1
}}
==Notes==
*Essential actors cannot be killed, only knocked unconscious.
==See Also==
*[[SetEssential]]
[[Category:Functions_(JIP)]]
[[Category:Actor Functions (JIP)]]
Anonymous user