Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 14, 2016, 4:03:16 PM (8 years ago)
Author:
plehmann
Message:

changed the NewScriptController and Task classes

File:
1 edited

Legend:

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

    r11152 r11167  
    1818
    1919-- Get a local pointer to a scriptcontroller
    20 local ctrl = orxonox.ScriptController:getScriptController()
     20local ctrl = orxonox.NewScriptController:getNewScriptController()
    2121
    2222-- If it worked, call its "movetoposition" function
    2323if ctrl ~= nil then
    2424
    25   ctrl:eventScheduler("mal", xl,yl,zl, xl,yl,zl, 10)
     25
     26    ctrl:debugOut()
     27  --ctrl:eventScheduler("mal", xl,yl,zl, xl,yl,zl, 10)
    2628  -- ctrl:eventScheduler("ral", xl, yl, zl, 3, 3000, 0, math.pi)
    2729  -- ctrl:eventScheduler("idle", 1)
Note: See TracChangeset for help on using the changeset viewer.