Changeset 10048 for code/branches/ScriptableController/data
- Timestamp:
- May 8, 2014, 3:59:26 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ScriptableController/data/gui/scripts/testscript.lua
r10047 r10048 15 15 -- If it worked, call its "movetoposition" function 16 16 if ctrl ~= nil then 17 ctrl: moveToPosition_beta(x, y, z)17 ctrl:eventScheduler("moveToPosition_beta", x, y, z, 5) 18 18 end 19 19
Note: See TracChangeset
for help on using the changeset viewer.