IEntity.h
SEntityEvent structure describe event id and parameters that can be sent to an entity.
float fParam[2];
Event parameters.
INT_PTR nParam[4];
SEntityEvent();
SEntityEvent(EEntityEvent _event);
SEntityEvent(const int n0, const int n1, const int n2, const int n3, const float f0, const float f1);