Mario Kart 64
Loading...
Searching...
No Matches
update.inc.c File Reference
#include <actors.h>
Include dependency graph for update.inc.c:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void update_actor_item_box_hot_air_balloon (struct ItemBox *itemBox)
 Updates the item box under the hot air balloon object. It used in Luigi Raceway. (here it's just update the rotation of the item box not the position, for the position it's in object)
 
void update_actor_item_box (struct ItemBox *itemBox)
 Updates the item box actor.
 

Function Documentation

◆ update_actor_item_box()

void update_actor_item_box ( struct ItemBox * itemBox)

Updates the item box actor.

Parameters
itemBox
Here is the caller graph for this function:

◆ update_actor_item_box_hot_air_balloon()

void update_actor_item_box_hot_air_balloon ( struct ItemBox * itemBox)

Updates the item box under the hot air balloon object. It used in Luigi Raceway. (here it's just update the rotation of the item box not the position, for the position it's in object)

Parameters
itemBox
Here is the caller graph for this function: