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_train_engine (struct TrainCar *arg0)
 Updates the train engine actor. Used in Kalimari Desert. Update wheels and make sound, for his update position it's in vehicle.
 
void update_actor_train_tender (struct TrainCar *tender)
 Updates the train tender actor. Used in Kalimari Desert. Update wheels, for his update position it's in vehicle.
 
void update_actor_train_passenger_car (struct TrainCar *arg0)
 Updates the train passenger car actor. Used in Kalimari Desert. Update wheels, for his update position it's in vehicle.
 

Function Documentation

◆ update_actor_train_engine()

void update_actor_train_engine ( struct TrainCar * arg0)

Updates the train engine actor. Used in Kalimari Desert. Update wheels and make sound, for his update position it's in vehicle.

Parameters
arg0
Here is the call graph for this function:
Here is the caller graph for this function:

◆ update_actor_train_passenger_car()

void update_actor_train_passenger_car ( struct TrainCar * arg0)

Updates the train passenger car actor. Used in Kalimari Desert. Update wheels, for his update position it's in vehicle.

Parameters
arg0
Here is the caller graph for this function:

◆ update_actor_train_tender()

void update_actor_train_tender ( struct TrainCar * tender)

Updates the train tender actor. Used in Kalimari Desert. Update wheels, for his update position it's in vehicle.

Parameters
tender
Here is the caller graph for this function: