mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:47:42 +00:00
Implement CScriptActorKeyframe
This commit is contained in:
@@ -9,14 +9,14 @@ class CScriptActorKeyframe : public CEntity
|
||||
{
|
||||
private:
|
||||
s32 x34_animationId;
|
||||
float x38_;
|
||||
float x3c_;
|
||||
float x40_;
|
||||
float x38_initialLifetime;
|
||||
float x3c_playbackRate;
|
||||
float x40_lifetime;
|
||||
union {
|
||||
struct
|
||||
{
|
||||
bool x44_24_ : 1;
|
||||
bool x44_25_ : 1;
|
||||
bool x44_24_looping : 1;
|
||||
bool x44_25_disableUpdate : 1;
|
||||
bool x44_26_ : 1;
|
||||
bool x44_27_ : 1;
|
||||
bool x44_28_ : 1;
|
||||
|
||||
Reference in New Issue
Block a user