Changeset 10045 for code/branches/ScriptableController/data/gui
- Timestamp:
- May 6, 2014, 4:02:07 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ScriptableController/data/gui/scripts/testscript.lua
r10037 r10045 8 8 9 9 10 orxonox.ScriptController:moveToPosition(x, y, z) 10 local ctrl = orxonox.ScriptController:getScriptController() 11 --orxonox.ScriptController:moveToPosition(x, y, z) 12 --ctrl.moveToPosition(x,y,z) 13 14 local docks = orxonox.Dock:getNumberOfActiveDocks() 15 local docklist = {} 16 for i = 0, docks-1 do 17 table.insert(docklist, orxonox.Dock:getActiveDockAtIndex(i)) 18 end 19 local dock = docklist[1] 20 if dock ~= nil then 21 dock:dock() 22 end 23 24 --orxonox.execute("setPause 1") 11 25 12 26 13
Note: See TracChangeset
for help on using the changeset viewer.