Currently to enable/disable the user parameter tool for an object is done using the following function in the Lua command console:
Code: Select all
sim.setUserParameter(objectHandle,'@enable','')
Code: Select all
sim.setUserParameter(objectHandle,'@enable','')
Code: Select all
function sysCall_init()
sim.setUserParameter(sim.handle_self,'@enable','')
end