GetUnconscious

From the Fallout3 GECK Wiki
Revision as of 00:22, 7 February 2010 by imported>PoHa! (Copied info, used the template for functions)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

Link to TES4 Construction Set Wiki: GetUnconscious.

A function included in the GECK version 1.1.0.36.

Description

Returns 1 if the actor has been set to an unconscious state using the SetUnconscious function.

Syntax

[help]
(0, 1:int) [Actor].GetUnconscious

Example

BuddyRef.GetUnconscious

Returns 1 if Buddy has been set unconscious

Notes

None

See Also