JSON_ARRAY_* Constant Group
From NWN Lexicon
Jump to navigationJump to searchUsed 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 |