Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
SCItem Struct Reference

#include <sc.h>

Public Attributes

union { 
 
   u8   type_u8 
 
   s8   type_s8 
 
   u16   type_u16 
 
   s16   type_s16 
 
   u32   type_u32 
 
   s32   type_s32 
 
   u64   type_u64 
 
   s64   type_s64 
 
   u8   longPrecision64 [sizeof(u64)] 
 
integer 
 
SCType typeInteger
 
SCType typeByteArray
 
u32 nameLen
 
u32 dataSize
 
char * name
 
u8data
 
u32 packedSize
 

Member Data Documentation

◆ data

u8* SCItem::data

◆ dataSize

u32 SCItem::dataSize

◆ [union]

union { ... } SCItem::integer

◆ longPrecision64

u8 SCItem::longPrecision64[sizeof(u64)]

◆ name

char* SCItem::name

◆ nameLen

u32 SCItem::nameLen

◆ packedSize

u32 SCItem::packedSize

◆ type_s16

s16 SCItem::type_s16

◆ type_s32

s32 SCItem::type_s32

◆ type_s64

s64 SCItem::type_s64

◆ type_s8

s8 SCItem::type_s8

◆ type_u16

u16 SCItem::type_u16

◆ type_u32

u32 SCItem::type_u32

◆ type_u64

u64 SCItem::type_u64

◆ type_u8

u8 SCItem::type_u8

◆ typeByteArray

SCType SCItem::typeByteArray

◆ typeInteger

SCType SCItem::typeInteger

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