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

#include <game/bases/d_bc.hpp>

Description

Definition at line 23 of file d_bc.hpp.

Public Member Functions

 operator const sBcSensorBase * () const

Public Attributes

sBcSensorBase mBase
int mLineA
int mLineB
int mDistanceFromCenter

Member Function Documentation

◆ operator const sBcSensorBase *()

sBcSensorLine::operator const sBcSensorBase * ( ) const
inline

Definition at line 24 of file d_bc.hpp.

Member Data Documentation

◆ mBase

sBcSensorBase sBcSensorLine::mBase

Definition at line 26 of file d_bc.hpp.

◆ mLineA

int sBcSensorLine::mLineA

Definition at line 27 of file d_bc.hpp.

◆ mLineB

int sBcSensorLine::mLineB

Definition at line 27 of file d_bc.hpp.

◆ mDistanceFromCenter

int sBcSensorLine::mDistanceFromCenter

Definition at line 28 of file d_bc.hpp.