NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
d_a_player_manager.hpp
1
#pragma once
2
#include <game/bases/d_a_player.hpp>
3
4
class
daPyMng_c
{
5
public
:
6
static
dAcPy_c
*getPlayer(
int
);
7
static
void
addScore(
int
,
int
);
8
9
/// @unofficial
10
static
bool
checkPlayer
(u8 plrNo) {
return
mActPlayerInfo & (1 << plrNo); }
11
12
static
int
mNum;
13
static
u8 mActPlayerInfo;
14
static
int
mPlayerType[4];
15
static
int
mPlayerMode[4];
16
};
dAcPy_c
Definition
d_a_player.hpp:4
daPyMng_c
Definition
d_a_player_manager.hpp:4
daPyMng_c::checkPlayer
static bool checkPlayer(u8 plrNo)
Definition
d_a_player_manager.hpp:10
include
game
bases
d_a_player_manager.hpp
Made with ❤️ by
CLF78
and
RootCubed
. Logos by
Chasical
and
B1
. Website generated by
Doxygen
1.13.2