#include <Bg.h>
Public Member Functions | |
| Bg () | |
| virtual | ~Bg () |
| u64 | getBgCheckData (u16 x, u16 y, u8 layer, bool with_p_sw=true) |
| u64 | getBgCheckData (f32 x, f32 y, u8 layer, bool with_p_sw=true) |
| BgUnitCode::HitType | getUnitHitType (u16 x, u16 y, u8 layer) |
| BgUnitCode::HitType | getUnitHitType (f32 x, f32 y, u8 layer) |
| BgUnitCode::Type | getUnitType (u16 x, u16 y, u8 layer) |
| BgUnitCode::Type | getUnitType (f32 x, f32 y, u8 layer) |
| BgUnitCode::TypeInfo | getUnitTypeInfo (u16 x, u16 y, u8 layer) |
| BgUnitCode::TypeInfo | getUnitTypeInfo (f32 x, f32 y, u8 layer) |
| void | setWaterInWave (const sead::Vector2f &pos, u8 wave_scale) |
Static Public Member Functions | |
| static u16 * | getUnit (u16 x, u16 y, u32 file, u8 layer, s32 *block_idx=nullptr) |
| static u16 * | getUnitCurrentCdFile (u16 x, u16 y, u8 layer, s32 *block_idx=nullptr) |
| Bg::Bg | ( | ) |
|
virtual |
|
static |
|
static |
| u64 Bg::getBgCheckData | ( | u16 | x, |
| u16 | y, | ||
| u8 | layer, | ||
| bool | with_p_sw = true ) |
|
inline |
| BgUnitCode::HitType Bg::getUnitHitType | ( | u16 | x, |
| u16 | y, | ||
| u8 | layer ) |
|
inline |
| BgUnitCode::Type Bg::getUnitType | ( | u16 | x, |
| u16 | y, | ||
| u8 | layer ) |
|
inline |
| BgUnitCode::TypeInfo Bg::getUnitTypeInfo | ( | u16 | x, |
| u16 | y, | ||
| u8 | layer ) |
|
inline |
| void Bg::setWaterInWave | ( | const sead::Vector2f & | pos, |
| u8 | wave_scale ) |