Changes for page Mission Director Guide

Last modified by Klaus Meyer on 2025/03/31 16:39

From version 32981.4
edited by Owen Lake
on 2025/03/19 13:48
Change comment: There is no comment for this version
To version 32981.5
edited by Owen Lake
on 2025/03/19 13:48
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -727,7 +727,7 @@
727 727  * {{code language="xml"}}table[foo = 'bar']{{/code}}⟹ error, 'foo' does not start with a '$'
728 728  * {{code language="xml"}}table[{1} = [], {2} = table[]] {{/code}}⟹ a table that maps 1 to an empty list and 2 to an empty table
729 729  * {{code language="xml"}}table[faction.argon = 'bar']{{/code}}⟹ error, the expression 'faction.argon' will not be resolved into a key value
730 -* {{code language="xml"}}table[{faction.argon} = 'bar'] {{/code}}⟹ a table that maps the expression 'faction.argon' to the st
730 +* {{code language="xml"}}table[{faction.argon} = 'bar'] {{/code}}⟹ a table that maps the expression 'faction.argon' to the string 'bar'
731 731  
732 732  Just like lists, tables are stored as references, so it's possible that multiple variables reference the same table (see above).
733 733