New Super Mario Bros. U Headers
Loading...
Searching...
No Matches
PtclParamMgr.h
Go to the documentation of this file.
1
#
pragma
once
2
3
#
include
<
heap
/
seadHeap
.
h
>
4
5
struct
PtclParam
;
6
7
class
PtclParamMgr
8
{
9
public
:
10
// Address: 0x022AF57C
11
PtclParamMgr
();
12
13
// Address: 0x022AF5BC
14
void
initialize
(sead::Heap* heap);
15
16
// Address: 0x022AF650
17
const
PtclParam
*
getParam
(u32 index)
const
;
18
19
protected
:
20
const
PtclParam
*
mParam
;
21
u32
mParamNum
;
22
};
23
static_assert
(
sizeof
(
PtclParamMgr
) == 8);
PtclParamMgr
Definition
PtclParamMgr.h:8
PtclParamMgr::initialize
void initialize(sead::Heap *heap)
PtclParamMgr::mParamNum
u32 mParamNum
Definition
PtclParamMgr.h:21
PtclParamMgr::mParam
const PtclParam * mParam
Definition
PtclParamMgr.h:20
PtclParamMgr::getParam
const PtclParam * getParam(u32 index) const
PtclParamMgr::PtclParamMgr
PtclParamMgr()
PtclParam
Definition
PtclParam.h:6
effect
PtclParamMgr.h
Generated by
1.14.0