New Super Mario Bros. U Headers
Loading...
Searching...
No Matches
EventPlayerChange.h
Go to the documentation of this file.
1#pragma once
2
3#include <event/EventBase.h>
4
5class EventPlayerChange : public EventBase // vtbl Address: 0x100B4B3C
6{
7public:
8 // Address: 0x024A6194
9 EventPlayerChange(s32 player_no);
10
12 {
13 }
14
15 // getRuntimeTypeInfoStatic()::typeInfo initialization guard variable Address: 0x101EA820
16 // getRuntimeTypeInfoStatic()::typeInfo Address: 0x101EA824
17 SEAD_RTTI_OVERRIDE(EventPlayerChange, EventBase)
18
19public:
20 // Address: 0x024A6200
22 // Address: 0x024A6260
23 Result execute() override;
24 // Address: 0x024A6300
25 bool isJoin(const ActorBase* actor) const override;
26
27private:
29};
30static_assert(sizeof(EventPlayerChange) == 0x1C);
Definition EventPlayerChange.h:6
virtual ~EventPlayerChange()
Definition EventPlayerChange.h:11
bool isJoin(const ActorBase *actor) const override
Result execute() override
s32 mPlayerNo
Definition EventPlayerChange.h:28
EventPlayerChange(s32 player_no)