not

From RPTools Wiki
Revision as of 22:39, 14 March 2023 by Taustin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

not() Function

This performs logical negation on the provided parameter.

Usage

not(param1)

Parameters

  • param1 - Number

Example

[h: someVar = 13]
[r: not(someVar)]
[r: not(0)]

Returns:

0
1