GetIsPoison

Revision as of 21:37, 23 September 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Returns 1 if the specified <i>Ingestible</i> item is considered a poison. |name = GetIsPoison |returnType = isPoison:0/1 |arguments =...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::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

(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