You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arma doesn't raise an error if we call a code-variable which is not defined: 0 call fnc_codeDoesNotExist; // No error
Which causes obvious inconvenience.
More thoughts about this feature:
Does it need to work with private variables too?
Will it work with with uiNamespace do ?
The text was updated successfully, but these errors were encountered:
Sparker95
changed the title
Suggestion: raise an error on attempt to access a non-existant (nil) variables
Suggestion: raise an error on attempt to access non-existant (nil) variables
Oct 29, 2019
Arma doesn't raise an error if we call a code-variable which is not defined:
0 call fnc_codeDoesNotExist; // No error
Which causes obvious inconvenience.
More thoughts about this feature:
with uiNamespace do
?The text was updated successfully, but these errors were encountered: