NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
sBcSensorPoint Struct Reference

#include <game/bases/d_bc.hpp>

Description

Definition at line 13 of file d_bc.hpp.

Public Member Functions

 operator const sBcSensorIf_c * () const

Public Attributes

u32 mFlags
int mX
int mY

Member Function Documentation

◆ operator const sBcSensorIf_c *()

sBcSensorPoint::operator const sBcSensorIf_c * ( ) const
inline

Definition at line 14 of file d_bc.hpp.

Member Data Documentation

◆ mFlags

u32 sBcSensorPoint::mFlags

Definition at line 16 of file d_bc.hpp.

◆ mX

int sBcSensorPoint::mX

Definition at line 17 of file d_bc.hpp.

◆ mY

int sBcSensorPoint::mY

Definition at line 17 of file d_bc.hpp.