Hi,
i have declared constant "without filter public or private" in a Library
i used the constant in the library but i know i can also use the constant outside the library...
[Jass=]
library
globals
constant integer ARIA_ID = 'h012'
endglobals
[/code]
but how should i call the constant?
just use " ARIA_ID " instead of the integer 'h012' directly?
even if i use it in any triggers outside library?
i have declared constant "without filter public or private" in a Library
i used the constant in the library but i know i can also use the constant outside the library...
[Jass=]
library
globals
constant integer ARIA_ID = 'h012'
endglobals
[/code]
but how should i call the constant?
just use " ARIA_ID " instead of the integer 'h012' directly?
even if i use it in any triggers outside library?