Changeset 10057 for code/branches/ScriptableController/data/gui
- Timestamp:
- May 15, 2014, 2:18:08 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ScriptableController/data/gui/scripts/testscript.lua
r10048 r10057 15 15 -- If it worked, call its "movetoposition" function 16 16 if ctrl ~= nil then 17 ctrl:eventScheduler("moveToPosition_beta", x, y, z, 5)17 ctrl:eventScheduler("moveToPosition_beta", x, y, z, 0.01) 18 18 end 19 20 19 21 20 22 -- Output the newctrlid variable we set from the C++ code
Note: See TracChangeset
for help on using the changeset viewer.