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

Public Member Functions

 operator const sBcSensorIf_c * () const

Public Attributes

u32 mFlags
int mLineA
int mLineB
int mDistanceFromCenter

Member Function Documentation

◆ operator const sBcSensorIf_c *()

sBcSensorLine::operator const sBcSensorIf_c * ( ) const
inline

Definition at line 22 of file d_bc.hpp.

Member Data Documentation

◆ mFlags

u32 sBcSensorLine::mFlags

Definition at line 24 of file d_bc.hpp.

◆ mLineA

int sBcSensorLine::mLineA

Definition at line 25 of file d_bc.hpp.

◆ mLineB

int sBcSensorLine::mLineB

Definition at line 25 of file d_bc.hpp.

◆ mDistanceFromCenter

int sBcSensorLine::mDistanceFromCenter

Definition at line 26 of file d_bc.hpp.