JSON_ARRAY_* Constant Group

From NWN Lexicon
Jump to navigationJump to search
Nwnee logo.jpg Note: This article documents Neverwinter Nights: Enhanced Edition new content or changes/updates/fixes to 1.69 functions. These are all listed under the category and patches pages.

Used by JsonFind when specifying the type of search to do.

Constants

Constant Value Description
JSON_FIND_EQUAL 0 Find a value exactly equal to the specified one to find
JSON_FIND_LT 1 Find a value less than the specified one to find
JSON_FIND_LTE 2 Find a value less than or equal to the specified one to find
JSON_FIND_GT 3 Find a value greater than the specified one to find
JSON_FIND_GTE 4 Find a value greater than or equal to the specified one to find

Version

This constants group was added in 1.86.8193.34 of NWN:EE.

See Also

functions: JsonFind