LlForeach

From Second Life Wiki
Jump to navigation Jump to search

integer llForeach(array name);

  instructions;

llEndForeach;

walks through the Array name Returns 0 if array name does not exist and 1 otherwise.