|
SSBM Decomp
|
#include <placeholder.h>#include <platform.h>#include <baselib/forward.h>#include <dolphin/mtx.h>Macros | |
| #define | GALE01_028B9C |
| #define GALE01_028B9C |
| struct _CameraBox * Camera_80029020 | ( | void | ) |
| void Camera_800290D4 | ( | struct _CameraBox * | ) |
| void Camera_8002E6FC | ( | int | arg0 | ) |
| void Camera_8002EB5C | ( | f32 | arg0 | ) |
| void Camera_8002EC7C | ( | f32 | arg0 | ) |
| void Camera_8002ED9C | ( | f32 | arg0 | ) |
| void Camera_8002EEC8 | ( | f32 | fov | ) |
| void Camera_8002EF14 | ( | void | ) |
| void Camera_8002F0E4 | ( | s32 | arg0 | ) |
| s32 Camera_8002F260 | ( | void | ) |
| void Camera_8002F274 | ( | void | ) |
| void Camera_SetModeToStandard | ( | void | ) |
| void * Camera_80030A50 | ( | void | ) |
| void Camera_80031074 | ( | u8 | arg0 | ) |
| void Camera_800310A0 | ( | u8 | arg0 | ) |
| f32 Camera_80031144 | ( | void | ) |
| void Camera_8002A4AC | ( | HSD_GObj * | gobj | ) |
| void Camera_8002EA64 | ( | Vec3 * | arg0 | ) |
| void Camera_8002E818 | ( | Vec3 * | pos | ) |
| void Camera_80031154 | ( | Vec3 * | arg0 | ) |
| bool Camera_80030A78 | ( | void | ) |
| UNK_RET Camera_80029044 | ( | UNK_PARAMS | ) |
| r | The red component. |
| g | The green component. |
| b | The blue component. |
| void Camera_SetModeToFixed | ( | void | ) |
| UNK_RET Camera_8003118C | ( | UNK_PARAMS | ) |
Switches the camera to pause-camera mode.
Configures pause-camera bounds, eye offset, and zoom from stage data for the given pauser. Called when a match is paused (e.g. via gm_EnablePlayerPauseCamera or Camera_8002F760).
| [in] | pauserSlot | Player slot to center the pause camera on, or a special slot id. Valid player slots are 0-5; slots 0xA and 0xB are also accepted (0xB is used when no valid slot is available). Out-of-range values default to 0. |
| [in] | pauserId | Controller port / player id of the pauser. Valid ids are 0-3; ids 4-5 are also accepted. Out-of-range values default to 4. |
| [in] | arg2 | Initial zoom preset: 0 uses the stage's default pause distance; 1 uses the current minimum zoom. |
Switches the camera to pause-camera mode with default stage zoom.
Wrapper around Camera_SetUpPauseCamera with arg2 set to 0.