SEntityEvent

SEntityEvent structure describe event id and parameters that can be sent to an entity. More...

#include

Public Member Functions

SEntityEvent (const int n0, const int n1, const int n2, const int n3, const float f0, const float f1, const float f2, Vec3 const &_vec)
SEntityEvent (EEntityEvent const _event)

Public Attributes

EEntityEvent event
Any event from EEntityEvent enum.
intptr_t nParam [4]
Event parameters.
float fParam [3]
Vec3 vec

Detailed Description

SEntityEvent structure describe event id and parameters that can be sent to an entity.