User Tools

Site Tools

Urban Games

modding:syntax

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
modding:syntax [2020/08/01 12:35]
yoshi [Loops]
modding:syntax [2020/09/02 23:27]
yoshi [Loops]
Line 98: Line 98:
  
 <code lua> <code lua>
-for i = startvalue, endvalue, stepwidth+for i = startvalue, endvalue, stepwidth do
   -- looped code   -- looped code
 end end
modding/syntax.txt · Last modified: 2020/09/02 23:27 by yoshi