Config Parser – Talk

From Bohemia Interactive Community
Revision as of 21:57, 3 November 2008 by Kronzky (talk | contribs) (what works, what doesn't...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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?