GetIsRagdolled

From the Fallout3 GECK Wiki
Revision as of 18:19, 15 February 2017 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Returns whether the calling actor is in ragdoll mode (i.e. being knocked/pushed over by an explosion or by PushActorAway, etc.). |na...")
(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

Returns whether the calling actor is in ragdoll mode (i.e. being knocked/pushed over by an explosion or by PushActorAway, etc.).

Syntax

[help]
(ragdolled:0/1) reference.GetIsRagdolled

Example

set bRagdolled to actorRef.GetIsRagdolled

See Also