SSBM Decomp
Loading...
Searching...
No Matches
StageParam Struct Reference

One row of GroundParam::stage_params, describing a single StKind. More...

#include <types.h>

Data Fields

StKind stkind
 The StKind this row describes; ground.c lists it as stageid.
s32 x4
s32 x8
u32 xC
u32 x10
s16 x14
s16 x16
s16 x18
u8 pad [0x64 - 0x1A]

Detailed Description

One row of GroundParam::stage_params, describing a single StKind.

An archive carries one row per StKind built on its ground; ground.c calls these rows stage params and sources them from StageParam.csv / StageItem.csv (stdata.c).

Field Documentation

◆ stkind

StKind StageParam::stkind

The StKind this row describes; ground.c lists it as stageid.

◆ x4

s32 StageParam::x4

◆ x8

s32 StageParam::x8

◆ xC

u32 StageParam::xC

◆ x10

u32 StageParam::x10

◆ x14

s16 StageParam::x14

◆ x16

s16 StageParam::x16

◆ x18

s16 StageParam::x18

◆ pad

u8 StageParam::pad[0x64 - 0x1A]

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