Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 12, 2016, 3:28:30 PM (9 years ago)
Author:
plehmann
Message:

moved the task classes to the scriptTasks folder. modified the NewScriptController to execute tasks when their time has come modified the tasks so that they tell the controller when they are done

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/plehmannFS16/data/gui/scripts/testscript.lua

    r11178 r11183  
    2323if ctrl ~= nil then
    2424
    25     --ctrl:printDebug()
    26   --ctrl:debugOut(1000)
    27   --ctrl:stringOut(10000, "hello")
     25  ctrl:printDebug()
     26  ctrl:debugOut(5)
     27  ctrl:stringOut(3, "hello")
    2828  --ctrl:eventScheduler("mal", xl,yl,zl, xl,yl,zl, 10)
    2929  -- ctrl:eventScheduler("ral", xl, yl, zl, 3, 3000, 0, math.pi)
Note: See TracChangeset for help on using the changeset viewer.