Config Parser – Talk

From Bohemia Interactive Community
Jump to navigation Jump to search
(what works, what doesn't...)
(No difference)

Revision as of 21:57, 3 November 2008

Works/Doesn't

There are some cases that show somewhat confusing behavior, so until we can find the general rule behind it, perhaps we should start collecting what works/doesn't work back here:

WORKS DOESN'T WORK Comment
__EXEC(_txt = str 1000) __EXEC(_txt = str 1000+1) addition after str command
displayName = $STR_SHORT_GENERAL displayName = __EVAL(localize "STR_SHORT_GENERAL") can't use commands in property assignments in an addon's config file?