NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Toggle main menu visibility
Introduction
Documentation
References
Namespace Reference
Class Reference
File Reference
Contributing
Build System Overview
Contribution Guidelines
Decompilation Progress
Todo List
Other Pages
Game Bugs
Unused Elements
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
f_helper_unk.hpp
1
#pragma once
2
#include <types.h>
3
4
/// @brief [A helper class for fBase_c with unknown purpose].
5
/// @ingroup framework
6
/// @unused
7
/// @unofficial
8
class
fBaHelper_c
{
9
s16 mStatus;
10
s16 mCount;
11
void
**mpArr;
12
void
*filler1;
13
s16 filler2;
14
s16 mUnknown;
15
16
virtual
void
vf_0x8
();
///< [Stripped out of binary]. @unused
17
virtual
int
vf_0xc
(
void
*);
///< [Stripped out of binary]. @unused
18
virtual
void
vf_0x10
(
void
*);
///< [Stripped out of binary]. @unused
19
20
public
:
21
void
Delete
();
///< @unused @todo Document this method.
22
int
Load
(
int
);
///< @unused @todo Document this method.
23
bool
LoadOnlyOne
();
///< @unused @todo Document this method.
24
};
8
class
fBaHelper_c
{
…
};
fBaHelper_c
[A helper class for fBase_c with unknown purpose].
Definition
f_helper_unk.hpp:8
fBaHelper_c::LoadOnlyOne
bool LoadOnlyOne()
Definition
f_helper_unk.cpp:32
fBaHelper_c::vf_0x8
virtual void vf_0x8()
[Stripped out of binary].
fBaHelper_c::Load
int Load(int)
Definition
f_helper_unk.cpp:16
fBaHelper_c::vf_0x10
virtual void vf_0x10(void *)
[Stripped out of binary].
fBaHelper_c::vf_0xc
virtual int vf_0xc(void *)
[Stripped out of binary].
fBaHelper_c::Delete
void Delete()
Definition
f_helper_unk.cpp:4
include
game
framework
f_helper_unk.hpp
Made with ❤️ by
CLF78
and
RootCubed
. Logos by
Chasical
and
B1
. Website generated by
Doxygen
1.13.2