scalar bool array string 0xe0ffffef: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "ArmA" to "[[{{arma1}}]]") |
Lou Montana (talk | contribs) m (Text replacement - "[[{{arma1}}]]" to "{{arma1}}") |
||
Line 3: | Line 3: | ||
'''Compatibility:''' | '''Compatibility:''' | ||
Version [[{{arma1}}]] '''1.00''' | Version [[:Category:ArmA: Armed Assault|{{arma1}}]] '''1.00''' | ||
''For OFP version, see [[scalar bool array string 0xfcffffef]].'' | ''For OFP version, see [[scalar bool array string 0xfcffffef]].'' |
Revision as of 01:34, 20 July 2021
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"}])