User Tools

Site Tools


en:code:core:script

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:code:core:script [2016/10/09 09:10] – external edit 127.0.0.1en:code:core:script [2021/02/13 11:23] (current) – external edit 127.0.0.1
Line 6: Line 6:
 ==== callProcedure ==== ==== callProcedure ====
 Calls a procedure from the script. The procedure will be executed when the current action is finished. Calls a procedure from the script. The procedure will be executed when the current action is finished.
 +
 +<note tip>This function is not blocking : the code following a call to this function will be executed in any case</note>
 +
 +<note important>This function should be called only once per action, only the latest call will be taken into consideration otherwise</note>
  
 [//Added in Actionaz 3.8.0.//] [//Added in Actionaz 3.8.0.//]
Line 24: Line 28:
 ==== nextLine ==== ==== nextLine ====
 Contains the next script line to be executed. Contains the next script line to be executed.
 +
 +<note important>This property should be modified only once per action, only the latest modification will be taken into consideration otherwise</note>
  
 === Example === === Example ===
en/code/core/script.1476004225.txt.gz · Last modified: 2021/02/13 11:23 (external edit)