mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-15 04:14:34 +00:00
rename functions
This commit is contained in:
parent
1c6878b070
commit
2eb0845770
188 changed files with 336 additions and 318 deletions
|
@ -358,12 +358,12 @@ void Actor_Kill(Actor* actor);
|
|||
void Actor_SetFocus(Actor* actor, f32 yOffset);
|
||||
void Actor_SetScale(Actor* actor, f32 scale);
|
||||
void Actor_SetObjectDependency(PlayState* play, Actor* actor);
|
||||
void func_8002D7EC(Actor* actor);
|
||||
void func_8002D868(Actor* actor);
|
||||
void Actor_MoveForward(Actor* actor);
|
||||
void func_8002D908(Actor* actor);
|
||||
void func_8002D97C(Actor* actor);
|
||||
void func_8002D9A4(Actor* actor, f32 arg1);
|
||||
void Actor_UpdatePos(Actor* actor);
|
||||
void Actor_UpdateVelocityWithGravity(Actor* actor);
|
||||
void Actor_MoveWithGravity(Actor* actor);
|
||||
void Actor_UpdateVelocityWithoutGravity(Actor* actor);
|
||||
void Actor_MoveWithoutGravity(Actor* actor);
|
||||
void func_8002D9A4(Actor* actor, f32 speed);
|
||||
s16 Actor_WorldYawTowardActor(Actor* actorA, Actor* actorB);
|
||||
s16 Actor_WorldYawTowardPoint(Actor* actor, Vec3f* refPoint);
|
||||
f32 Actor_WorldDistXYZToActor(Actor* actorA, Actor* actorB);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue