SCharUpdateFeedback

C++
struct SCharUpdateFeedback {
  int flags;
  IPhysicalEntity * pPhysHost;
  Matrix34 mtxDelta;
};
File

ICryAnimation.h

SCharUpdateFeedback::flags Data Member
C++
int flags;
Description

1 if pPhysHost is valid, |2 is mtxDelta is valid

SCharUpdateFeedback::mtxDelta Data Member
C++
Matrix34 mtxDelta;
Description

tells the caller to instantly post-multiply its matrix with this one

SCharUpdateFeedback::pPhysHost Data Member
C++
IPhysicalEntity * pPhysHost;
Description

tells the caller to restore this host as the main phys entity

SCharUpdateFeedback::SCharUpdateFeedback Constructor
C++
SCharUpdateFeedback();