No functions for setting object parameters in lua remote api

Report crashes, strange behaviour, or apparent bugs
Post Reply
Fanley
Posts: 3
Joined: 02 May 2017, 06:48

No functions for setting object parameters in lua remote api

Post by Fanley »

The functions for setting object parameters are not included in the remoteApi for lua.
simxSetObjectFloatParameter
simxSetObjectIntParameter

coppelia
Site Admin
Posts: 10336
Joined: 14 Dec 2012, 00:25

Re: No functions for setting object parameters in lua remote api

Post by coppelia »

Hello,

yes, you are right, thanks for mentioning this. Those were somehow forgotten. But at the same time, as for all the other API functions that are not directly supported from the remote API side, you can use simxCallScriptFunction and execute the function on the server side directly. Details are explained here.

Cheers

Post Reply