Object Quaternion on ZMQ???

Typically: "How do I... ", "How can I... " questions
Post Reply
Fery64
Posts: 88
Joined: 02 Feb 2022, 15:58

Object Quaternion on ZMQ???

Post by Fery64 »

Hi All

Since in most answers, I am inspired to use ZMQ libraray, I tried to look into its libraray elements: there are no phrases in common with the remAPI!!! so how should I know which function I need to use???!!!

http://api.zeromq.org/master:_start

There is no seach button in its website, and no way to compare the functions with Lua!!!!

I want to know if ZeroMQ has

Code: Select all

sim.GetObjectQuaternion
and

Code: Select all

sim.GetObjectPosition
or not

fferri
Posts: 1187
Joined: 09 Sep 2013, 19:28

Re: Object Quaternion on ZMQ???

Post by fferri »

Starting point for documentation:

ZeroMQ remote API.

You don't need to use the ZeroMQ library. That is a third-party library internally used by ZeroMQ Remote API.

Post Reply