Regular API function

sim.pushUserEvent

Description Pushes a user-triggered event. Messages are received asynchronously via the sysCall_event callback function
C/C++
synopsis
C/C++
parameters
C/C++
return value
Lua
synopsis
sim.pushUserEvent(string event,int handle int uid,table eventData,int options=0)
Lua
parameters
event: the event name
handle: an optional handle associated with the event. Can be -1
uid: an optional unique id associated with the event. Can be -1
eventData: the event data
options: bit-coded. bit0 set (1)= event can be merged with a previous, same event
Lua
return values
Python
synopsis
sim.pushUserEvent(string event,int handle int uid,dict eventData,int options=0)