xoreos  0.0.5
Public Attributes | List of all members
Aurora::KEYFile::Resource Struct Reference

A key resource index. More...

#include <keyfile.h>

Collaboration diagram for Aurora::KEYFile::Resource:
Collaboration graph
[legend]

Public Attributes

Common::UString name
 The resource's name. More...
 
FileType type
 The resource's type. More...
 
uint32 bifIndex
 Index into the bif list. More...
 
uint32 resIndex
 Index into the bif's resource table. More...
 

Detailed Description

A key resource index.

Definition at line 73 of file keyfile.h.

Member Data Documentation

◆ bifIndex

uint32 Aurora::KEYFile::Resource::bifIndex

Index into the bif list.

Definition at line 77 of file keyfile.h.

◆ name

Common::UString Aurora::KEYFile::Resource::name

The resource's name.

Definition at line 74 of file keyfile.h.

◆ resIndex

uint32 Aurora::KEYFile::Resource::resIndex

Index into the bif's resource table.

Definition at line 78 of file keyfile.h.

◆ type

FileType Aurora::KEYFile::Resource::type

The resource's type.

Definition at line 75 of file keyfile.h.


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