Config Parser – Talk
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? |