Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
Data Fields
ObjGroup Struct Reference

This is test documentation comment for ObjGroup. More...

#include <gd_types.h>

Data Fields

struct GdObj header
 
struct ObjGroupprev
 
struct ObjGroupnext
 
struct Linkslink1C
 Head of a linked list for objects contained in this group. More...
 
struct Linkslink20
 
s32 groupObjTypes
 OR'd collection of type flags for all objects in this group. More...
 
s32 objCount
 
s32 debugPrint
 
s32 linkType
 
char name [0x40]
 possibly, only referenced in old code More...
 
s32 id
 

Detailed Description

This is test documentation comment for ObjGroup.

Field Documentation

◆ debugPrint

s32 ObjGroup::debugPrint

◆ groupObjTypes

s32 ObjGroup::groupObjTypes

OR'd collection of type flags for all objects in this group.

◆ header

struct GdObj ObjGroup::header

◆ id

s32 ObjGroup::id

◆ link1C

struct Links* ObjGroup::link1C

Head of a linked list for objects contained in this group.

◆ link20

struct Links* ObjGroup::link20

◆ linkType

s32 ObjGroup::linkType

◆ name

char ObjGroup::name[0x40]

possibly, only referenced in old code

◆ next

struct ObjGroup* ObjGroup::next

◆ objCount

s32 ObjGroup::objCount

◆ prev

struct ObjGroup* ObjGroup::prev

The documentation for this struct was generated from the following file: