New Super Mario Bros. U Headers
Loading...
Searching...
No Matches
Yoshi.h
Go to the documentation of this file.
1#pragma once
2
3#include <player/PlayerBase.h>
4#include <player/PlayerObject.h>
5
6class Yoshi : public PlayerBase // vtbl Address: 0x10171B28
7{
8 // getRuntimeTypeInfoStatic()::typeInfo initialization guard variable Address: 0x101E9ECC
9 // getRuntimeTypeInfoStatic()::typeInfo Address: 0x101E9ED0
10 SEAD_RTTI_OVERRIDE(Yoshi, PlayerBase)
11
12public:
13 // ...
15 // ...
16
17 /**
18 * @brief Returns the player which is riding the Yoshi, or @c nullptr if there is none.
19 * @par Address 0x0296B3C4
20 */
22
23 // ...
24};
Definition Yoshi.h:7
PlayerObject * getPlayerRideOn() const
Returns the player which is riding the Yoshi, or nullptr if there is none.