Changes for page Mission Director Guide
Last modified by Klaus Meyer on 2025/03/31 16:39
From version 32936.1
edited by Daniel Turner
on 2023/08/22 16:40
on 2023/08/22 16:40
Change comment:
There is no comment for this version
To version 32937.1
edited by Daniel Turner
on 2023/08/22 16:41
on 2023/08/22 16:41
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -348,7 +348,7 @@ 348 348 349 349 Cancelling a cue with **<cancel_cue>** also cancels all its sub-cues, and cancelling a static cue stops it from instantiating more cues - but it does not cancel its instances. Resetting a cue with **<reset_cue>** resets both sub-cues and instantiated cues, but has the (desired) side effect that condition checks will start again if the parent cueΓÇÖs state allows it. Even a sub-instance that has been reset can return to the //waiting// state. Resetting an instantiated cue will stop it forever, because it is not supposed to be in the //waiting// state (only its static cue is). Resetting will also induce the clean-up reliably, but keep in mind that this is not the case for instance sub-cues. 350 350 351 -{{ info body="<cancel_cue> and <reset_cue> only take effect after all remaining actions of the current cue are performed. So you can even safely cancel the cue that you are currently in (keyword '''this''') or any ancestor cue, and still perform more actions afterwards."/}}351 +{{note body="<cancel_cue> and <reset_cue> only take effect after all remaining actions of the current cue are performed. So you can even safely cancel the cue that you are currently in (keyword '''this''') or any ancestor cue, and still perform more actions afterwards."/}} 352 352 353 353 == Access to instances == 354 354 ... ... @@ -646,7 +646,7 @@ 646 646 * "." must be followed by a single digit (0-9). In case of ".0" any fractional digits are discarded (rounding towards zero, not half away from zero). 647 647 648 648 649 -{{ info body="There are also special methods to [[NULL|format money values and time values]] using the "formatted" property."/}}649 +{{note body="There are also special methods to [[NULL|format money values and time values]] using the "formatted" property."/}} 650 650 651 651 652 652 ... ... @@ -873,7 +873,7 @@ 873 873 874 874 <code>(typeof $value).isstring</code>"/}} 875 875 876 -{{ info body="There is also the datatype tag with the lookup name tag - however, this is not an enumeration type. Looking up a value by name never fails, you actually create a tag value for a given name if it does not exist. For example, if you have a typo, like tag.mision instead of tag.mission, there wonΓÇÖt be an error because any name is valid for a tag, and the tag mision is created on its first use."/}}876 +{{note body="There is also the datatype tag with the lookup name tag - however, this is not an enumeration type. Looking up a value by name never fails, you actually create a tag value for a given name if it does not exist. For example, if you have a typo, like tag.mision instead of tag.mission, there wonΓÇÖt be an error because any name is valid for a tag, and the tag mision is created on its first use."/}} 877 877 878 878 879 879