![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
#include <c_bg_s_gnd_chk.h>
Inheritance diagram for cBgS_GndChk:
Collaboration diagram for cBgS_GndChk:Public Member Functions | |
| cBgS_GndChk () | |
| void | SetPos (cXyz const *) |
| void | SetPos (Vec const *) |
| void | PreCheck () |
| virtual | ~cBgS_GndChk () |
| f32 | GetNowY () const |
| void | SetNowY (f32 y) |
| const cXyz & | GetPointP () const |
| u32 | GetWallPrecheck () const |
| void | OffWall () |
Public Member Functions inherited from cBgS_Chk | |
| cBgS_Chk () | |
| void | SetExtChk (cBgS_Chk &) |
| bool | ChkSameActorPid (fpc_ProcID) const |
| void | SetActorPid (fpc_ProcID pid) |
| fpc_ProcID | GetActorPid () const |
| void | SetPolyPassChk (cBgS_PolyPassChk *p_chk) |
| void | SetGrpPassChk (cBgS_GrpPassChk *p_chk) |
| cBgS_PolyPassChk * | GetPolyPassChk () const |
| cBgS_GrpPassChk * | GetGrpPassChk () const |
| void | OffSameActorChk () |
| virtual | ~cBgS_Chk () |
Public Member Functions inherited from cBgS_PolyInfo | |
| cBgS_PolyInfo () | |
| bool | ChkSetInfo () const |
| void | ClearPi () |
| void | SetPolyInfo (const cBgS_PolyInfo &) |
| void | SetActorInfo (int, void *, fpc_ProcID) |
| bool | ChkSafe (const void *, fpc_ProcID) const |
| void | SetPolyIndex (int) |
| bool | ChkBgIndex () const |
| virtual | ~cBgS_PolyInfo () |
| int | GetPolyIndex () const |
| int | GetBgIndex () const |
Public Attributes | |
| cXyz | m_pos |
| u32 | mFlags |
| f32 | mNowY |
| u32 | mWallPrecheck |
Public Attributes inherited from cBgS_Chk | |
| cBgS_PolyPassChk * | mPolyPassChk |
| cBgS_GrpPassChk * | mGrpPassChk |
| fpc_ProcID | mActorPid |
| bool | mSameActorChk |
| cBgS_GndChk::cBgS_GndChk | ( | ) |
|
virtual |
|
inline |
|
inline |
|
inline |
|
inline |
| void cBgS_GndChk::PreCheck | ( | ) |
|
inline |
| void cBgS_GndChk::SetPos | ( | cXyz const * | pos | ) |
| void cBgS_GndChk::SetPos | ( | Vec const * | pos | ) |
| cXyz cBgS_GndChk::m_pos |
| u32 cBgS_GndChk::mFlags |
| f32 cBgS_GndChk::mNowY |
| u32 cBgS_GndChk::mWallPrecheck |