Twilight Princess
Remastered version of the GameCube game
Loading...
Searching...
No Matches
KclLibrary.AttributeHandlers.BCSV.Field Class Reference

A field of the BCSV. More...

Public Member Functions

 Field (string name, FieldType type, ushort offset, uint mask, sbyte shift=0)
 
 Field (uint hash, FieldType type, ushort offset, uint mask, sbyte shift=0)
 
uint GetDataSize ()
 Gets the size of the field.
 

Properties

string Name [get, set]
 Field Name.
 
uint Hash [get, set]
 Field Hash.
 
uint Bitmask [get, set]
 Field Bitmask.
 
ushort Offset [get, set]
 Field Offset.
 
sbyte Shift [get, set]
 Field Shift.
 
FieldType Type [get, set]
 Field Type.
 

Detailed Description

A field of the BCSV.

Constructor & Destructor Documentation

◆ Field() [1/2]

KclLibrary.AttributeHandlers.BCSV.Field.Field ( string name,
FieldType type,
ushort offset,
uint mask,
sbyte shift = 0 )

◆ Field() [2/2]

KclLibrary.AttributeHandlers.BCSV.Field.Field ( uint hash,
FieldType type,
ushort offset,
uint mask,
sbyte shift = 0 )

Member Function Documentation

◆ GetDataSize()

uint KclLibrary.AttributeHandlers.BCSV.Field.GetDataSize ( )

Gets the size of the field.

Property Documentation

◆ Bitmask

uint KclLibrary.AttributeHandlers.BCSV.Field.Bitmask
getset

Field Bitmask.

◆ Hash

uint KclLibrary.AttributeHandlers.BCSV.Field.Hash
getset

Field Hash.

◆ Name

string KclLibrary.AttributeHandlers.BCSV.Field.Name
getset

Field Name.

◆ Offset

ushort KclLibrary.AttributeHandlers.BCSV.Field.Offset
getset

Field Offset.

◆ Shift

sbyte KclLibrary.AttributeHandlers.BCSV.Field.Shift
getset

Field Shift.

◆ Type

FieldType KclLibrary.AttributeHandlers.BCSV.Field.Type
getset

Field Type.


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