GetIsPoison

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Returns 1 if the specified Ingestible item is considered a poison.

Syntax

[help]
(isPoison:0/1) GetIsPoison ingestible:ref

Example

set bPoison to GetIsPoison SilverSting

Notes

  • An Ingestible item is considered a poison only if all of its effects are detrimental.

See Also