New Super Mario Bros. U Headers
Loading...
Searching...
No Matches
MapActor.h
Go to the documentation of this file.
1
#
pragma
once
2
3
#
include
<
basis
/
seadTypes
.
h
>
4
5
class
MapActor
6
{
7
public
:
8
class
Profile
9
{
10
public
:
11
Profile
(s32 id)
12
:
mID
(
id
)
13
{
14
}
15
16
operator
s32
()
const
17
{
18
return
mID
;
19
}
20
21
protected
:
22
s32
mID
;
23
};
24
25
public
:
26
// Address 0x101ECD8C
27
static
const
Profile
cProfileID
[];
28
};
MapActor::Profile
Definition
MapActor.h:9
MapActor::Profile::Profile
Profile(s32 id)
Definition
MapActor.h:11
MapActor
Definition
MapActor.h:6
MapActor::cProfileID
static const Profile cProfileID[]
Definition
MapActor.h:27
actor
MapActor.h
Generated by
1.14.0