mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-28 07:07:35 -04:00
Decompile modelSetAnimFlipFunction
This commit is contained in:
@@ -66,7 +66,7 @@ void modelSetAnimation(struct model *model, s16 animnum, s32 flip, f32 fstartfra
|
||||
u32 func0001dd90(void);
|
||||
void modelSetAnimLooping(struct model *model, f32 loopframe, f32 loopmerge);
|
||||
void modelSetAnimEndFrame(struct model *model, f32 endframe);
|
||||
u32 func0001de98(void);
|
||||
void modelSetAnimFlipFunction(struct model *model, void *callback);
|
||||
void modelSetAnimSpeed(struct model *model, f32 speed, f32 startframe);
|
||||
void modelSetAnimSpeedAuto(struct model *model, f32 arg1, f32 startframe);
|
||||
void modelSetAnimPlaySpeed(struct model *model, f32 speed, f32 frame);
|
||||
|
||||
+1
-1
@@ -138,7 +138,7 @@ struct anim {
|
||||
/*0x5c*/ f32 elapsemerge;
|
||||
/*0x60*/ f32 loopframe;
|
||||
/*0x64*/ f32 loopmerge;
|
||||
/*0x68*/ u32 unk68;
|
||||
/*0x68*/ void *flipfunc;
|
||||
/*0x6c*/ u32 unk6c;
|
||||
/*0x70*/ void *unk70; // pointer to function
|
||||
/*0x74*/ f32 playspeed;
|
||||
|
||||
Reference in New Issue
Block a user