Difference between revisions of "GetIsPoisoned"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Jazzisparis
(Created page with "{{Function |origin = NVSE |summary = Returns 1 if the calling actor reference is under the influence of a poison-type effect. |name = GetIsPoisoned |returnType = poisoned:...")
 
imported>Jazzisparis
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Function
{{Function
  |origin = NVSE
  |origin = JIP
  |summary = Returns 1 if the calling actor reference is under the influence of a poison-type effect.
  |summary = Returns 1 if the calling actor reference is under the influence of a poison-type effect.
  |name = GetIsPoisoned
  |name = GetIsPoisoned
Line 11: Line 11:
==See Also==
==See Also==
[[Category:Functions_(JIP)]]
[[Category:Functions_(JIP)]]
[[Category:Actor Functions (JIP)]]

Latest revision as of 14:12, 30 March 2015

< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Returns 1 if the calling actor reference is under the influence of a poison-type effect.

Syntax

[help]
(poisoned:0/1) reference.GetIsPoisoned

Example

ActorRef.GetIsPoisoned

Notes

  • This function can be used as a condition function (where applicable).

See Also