SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
Public Attributes | List of all members
NamePosInfo Class Reference

Class that contains the NamePos attributes. NamePos defines the spawn location of other actors (ie Power Stars) More...

#include <NamePosHolder.hpp>

Public Attributes

const char * mName
 The name of the NamePos.
 
TVec3f mPosition
 The position of the NamePos.
 
TVec3f mRotation
 The rotation of the NamePos.
 
JMapLinkInfomLinkInfo
 The information to link this NamePos to other objects.
 
u32 _20
 

Detailed Description

Class that contains the NamePos attributes. NamePos defines the spawn location of other actors (ie Power Stars)

Definition at line 9 of file NamePosHolder.hpp.

Constructor & Destructor Documentation

◆ NamePosInfo()

NamePosInfo::NamePosInfo ( )

Definition at line 19 of file NamePosHolder.cpp.

Member Data Documentation

◆ mName

const char* NamePosInfo::mName

The name of the NamePos.

Definition at line 13 of file NamePosHolder.hpp.

◆ mPosition

TVec3f NamePosInfo::mPosition

The position of the NamePos.

Definition at line 14 of file NamePosHolder.hpp.

◆ mRotation

TVec3f NamePosInfo::mRotation

The rotation of the NamePos.

Definition at line 15 of file NamePosHolder.hpp.

◆ mLinkInfo

JMapLinkInfo* NamePosInfo::mLinkInfo

The information to link this NamePos to other objects.

Definition at line 16 of file NamePosHolder.hpp.

◆ _20

u32 NamePosInfo::_20

Definition at line 17 of file NamePosHolder.hpp.