TP_Msg Struct Reference

#include <c4d_particles.h>

Detailed Description

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_MasterSystemmsys
 
void * data
 

Member Data Documentation

◆ msg

Int32 msg

The message type: TP_MSG.

◆ msys

The master system. The sender owns the pointed TP_MasterSystem.

◆ data

void* data

The message data. Depends on the message type msg.