spritedata#

Represents animation spritedata found in the editor at Quest->Graphics->Sprites->Sprite Data. Load with Game->LoadSpriteData().

Variables#

const int

ID

int

Tile

int

CSet

int

FlashCSet

int

Frames

int

Speed

int

Type

bool[]

Flags

int

Misc

Enumerations#

enum SpriteDataFlag: 🔗 Source

SpriteDataFlag SPRFL_AUTOFLASH = 0

SpriteDataFlag SPRFL_2PFLASH = 1

SpriteDataFlag SPRFL_HFLIP = 2

SpriteDataFlag SPRFL_VFLIP = 3

SpriteDataFlag SPRFL_BEHIND = 4

SpriteDataFlag NUM_SPRFL = 5


Variable descriptions#

const int ID 🔗 Source


int Tile 🔗 Source

The tile of the spritedata.


int CSet 🔗 Source

The cset of the spritedata.


int FlashCSet 🔗 Source

The flash cset of the spritedata.


int Frames 🔗 Source

The frame count of the spritedata.


int Speed 🔗 Source

The speed of the spritedata, in frames per frame


int Type 🔗 Source

The ‘Type’ field of the spritedata.


bool[] Flags 🔗 Source


int Misc 🔗 Source