#include <c4d_particles.h>
Message structure for Thinking Particles messages. Sent to NodeData::Message() with type set to ID_THINKINGPARTICLES and data pointing to this structure. 
Public Attributes | |
| Int32 | msg | 
| TP_MasterSystem * | msys | 
| void * | data | 
| TP_MasterSystem* msys | 
The master system. The sender owns the pointed TP_MasterSystem.
| void* data | 
The message data. Depends on the message type msg.