Unit 'agraphics' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

tExtSprite

Extended sprite Structure

Declaration

Source position: agraphics.pas line 2017

type tExtSprite = record

  es_SimpleSprite: tSimpleSprite;

  

Conventional simple sprite structure

  es_wordwidth: Word;

  

Graphics use only, subject to change

  es_flags: Word;

  

Graphics use only, subject to change

end;

See also

AllocSpriteDataA

  

Allocate sprite data and convert from a bitmap.

ChangeExtSpriteA

  

Change the sprite image pointer.

FreeSpriteData

  

free sprite data allocated by AllocSpriteData()

GetExtSpriteA

  

Attempt to get a sprite for the extended sprite manager.


Documentation generated on: 2021-07-30