C# Class Nanook.QueenBee.Parser.QbItemScript

Inheritance: QbItemBase
Afficher le fichier Open project: Nanook/Queen-Bee Class Usage Examples

Private Properties

Свойство Type Description
Write void
addString void
bytesToString string
parseScriptStrings void
stringToBytes byte[]

Méthodes publiques

Méthode Description
AlignPointers ( uint pos ) : uint
Clone ( ) : QbItemBase

Deep clones this item and all children. Positions and lengths are not cloned. When inserted in to another item they should be calculated.

Construct ( BinaryEndianReader br, QbItemType type ) : void
Create ( QbItemType type ) : void
QbItemScript ( QbFile root ) : System
UpdateStrings ( ) : void

Private Methods

Méthode Description
Write ( BinaryEndianWriter bw ) : void
addString ( int start, int end, bool isUnicode ) : void
bytesToString ( byte bytes, bool isUnicode ) : string
parseScriptStrings ( ) : void
stringToBytes ( string s, bool isUnicode ) : byte[]

Method Details

AlignPointers() public méthode

public AlignPointers ( uint pos ) : uint
pos uint
Résultat uint

Clone() public méthode

Deep clones this item and all children. Positions and lengths are not cloned. When inserted in to another item they should be calculated.
public Clone ( ) : QbItemBase
Résultat QbItemBase

Construct() public méthode

public Construct ( BinaryEndianReader br, QbItemType type ) : void
br BinaryEndianReader
type QbItemType
Résultat void

Create() public méthode

public Create ( QbItemType type ) : void
type QbItemType
Résultat void

QbItemScript() public méthode

public QbItemScript ( QbFile root ) : System
root QbFile
Résultat System

UpdateStrings() public méthode

public UpdateStrings ( ) : void
Résultat void