Hexadecimal Notation

From GECK
Jump to: navigation, search

Hexadecimal Notation is a new scripting feature added by xNVSE 6.1.0.


Whenever one may use NVSE Expressions, Hexadecimal notation can be used to represent a number in hexadecimal.

For example:

let iVar := 0x14

0x14 is equal to 20 in the standard decimal notation.

0x is purely decorative in this notation, and is used to tell the compiler that the number should be read as hexadecimal.

See Also