Difference between revisions of "Jump ARCC EN"
From Ryzom Forge Wiki
m |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | <noinclude>{{tabLang|EN|DE|Jump ARCC EN|ES|Jump ARCC FR|RU}} | + | {{migrated to|:en:ARK/Jump}}<noinclude>{{tabLang|EN|Jump ARCC DE|Jump ARCC EN|Jump ARCC ES|Jump ARCC FR|Jump ARCC RU}} |
+ | {{toTrad|DE}} | ||
+ | {{toTrad|ES}} | ||
+ | {{toTrad|FR|À revérifier par rapport à la version anglaise maintenue à jour}} | ||
+ | {{toTrad|RU}} | ||
===Jump===</noinclude> | ===Jump===</noinclude> | ||
− | |||
{| | {| | ||
|[[File:Arrow undo.png|32px|Home]] | |[[File:Arrow undo.png|32px|Home]] | ||
− | |Function name : ''' 'lJump_v4'' ''' | + | |Function name : ''' ''lJump_v4'' ''' |
|} | |} | ||
This function allows you to interrupt the sequence of steps (also called "stages" in ARCC) by connecting to another function within the script. | This function allows you to interrupt the sequence of steps (also called "stages" in ARCC) by connecting to another function within the script. | ||
Line 12: | Line 15: | ||
[[File:WeAJump.png|200px|thumb|left|weAJump_V2]] | [[File:WeAJump.png|200px|thumb|left|weAJump_V2]] | ||
The only parameter to provide is the function that will be executed next. | The only parameter to provide is the function that will be executed next. | ||
− | + | <noinclude> | |
'''[[ARCC Guide EN|←ARCC Guide EN]]''' | '''[[ARCC Guide EN|←ARCC Guide EN]]''' | ||
+ | {{In_Category|ARCC}} | ||
{{TPInWikiRyzom}} | {{TPInWikiRyzom}} | ||
− | |||
[[Category:Tutorials]] | [[Category:Tutorials]] | ||
[[Category:ARCC]] | [[Category:ARCC]] | ||
[[Category:EN]]</noinclude> | [[Category:EN]]</noinclude> |
Latest revision as of 11:50, 22 January 2019
Migration
Please use the migrated document at URL shown below.
Jump
Function name : lJump_v4 |
This function allows you to interrupt the sequence of steps (also called "stages" in ARCC) by connecting to another function within the script. It only allows to jump "foreward." To go back, use the function weAWhile .