WurstScript icon indicating copy to clipboard operation
WurstScript copied to clipboard

Add @ifNotDefined for globals variables

Open frederikaalund opened this issue 5 years ago • 0 comments

E.g.:

@ifNotDefined rect udg_main_area = null

If udg_main_area is defined somewhere else (typically in war3map.j) then the above definition is not used.

This issue came to be as per the discussion in #809. See said thread for a motivating example.

frederikaalund avatar Feb 23 '19 13:02 frederikaalund