New Super Mario Bros. U Headers
Loading...
Searching...
No Matches
ChibiYoshiMgr.h
Go to the documentation of this file.
1#pragma once
2
3#include <utility/Direction.h>
4
5#include <math/seadVector.h>
6
8{
9public:
10 // Address: 0x02743BB0
11 // type: 0 = bubble, 1 = balloon, 2 = light
12 // spawn_type: See BlockCoinBase::VSpawnType
13 static void spawnEgg(const sead::Vector3f& pos, u8 type, u32 spawn_type);
14};
Definition ChibiYoshiMgr.h:8
static void spawnEgg(const sead::Vector3f &pos, u8 type, u32 spawn_type)