scalar bool array string 0xe0ffffef

From Bohemia Interactive Community
Revision as of 10:23, 6 January 2021 by R3vo (talk | contribs) (Text replacement - "ArmA" to "[[{{arma1}}]]")
Jump to navigation Jump to search

If variables don't exist, their value as string is generally a "scalar bool array string 0xe0ffffef" error.

Compatibility:

Version Armed Assault 1.00

For OFP version, see scalar bool array string 0xfcffffef.


Examples:

hint format ["%1", undefined_variable]
hint (if (format ["%1", undefined_variable] == "scalar bool array string 0xe0ffffef") then [{"Variable undefined"},{"Variable already defined"}])