Changeset 11204 for code/branches/plehmannFS16/data/gui
- Timestamp:
- May 26, 2016, 3:54:24 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/plehmannFS16/data/gui/scripts/testscript.lua
r11183 r11204 23 23 if ctrl ~= nil then 24 24 25 ctrl: printDebug()26 ctrl: debugOut(5)27 ctrl: stringOut(3, "hello")25 ctrl:moveTo(1, 0, 0, 100, 200) 26 ctrl:moveTo(20, 0, 0, 100, 200) 27 ctrl:moveTo(40, 0, 100, 0, 200) 28 28 --ctrl:eventScheduler("mal", xl,yl,zl, xl,yl,zl, 10) 29 29 -- ctrl:eventScheduler("ral", xl, yl, zl, 3, 3000, 0, math.pi)
Note: See TracChangeset
for help on using the changeset viewer.