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 15 of file d_bc.hpp.

Public Member Functions

 operator const sBcSensorBase * () const

Public Attributes

sBcSensorBase mBase
int mX
int mY

Member Function Documentation

◆ operator const sBcSensorBase *()

sBcSensorPoint::operator const sBcSensorBase * ( ) const
inline

Definition at line 16 of file d_bc.hpp.

Member Data Documentation

◆ mBase

sBcSensorBase sBcSensorPoint::mBase

Definition at line 18 of file d_bc.hpp.

◆ mX

int sBcSensorPoint::mX

Definition at line 19 of file d_bc.hpp.

◆ mY

int sBcSensorPoint::mY

Definition at line 19 of file d_bc.hpp.