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
Last revisionBoth sides next revision
en:code:core:script [2014/03/09 20:30] jmgren:code:core:script [2018/05/12 11:11] jmgr
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.txt · Last modified: 2021/02/13 11:23 by 127.0.0.1