foreach

From QuestWiki
Jump to: navigation, search
foreach (iterator variable, list) { script }

Run a script for each item in a list. If the list is a dictionary, the loop iterates over the dictionary keys.

See Using Lists

< Back to Script Commands
Personal tools
Namespaces
Variants
Actions
Navigation
Quest Documentation
Toolbox