Change the sprite image pointer.
Source position: agraphics.pas line 2282
function ChangeExtSpriteA( |
vp: pViewPort; |
oldsprite: pExtSprite; |
newsprite: pExtSprite; |
const tags: pTagItem |
):LongInt; |
vp |
|
A pointer to ViewPort structure that this sprite is relative to, or nil if relative only top of View |
oldsprite |
|
A pointer the old ExtSprite structure |
newsprite |
|
A pointer to the new ExtSprite structure. |
tags |
|
Tags for change the Sprite (GSTAG_*) |
0 if there was an error.
Attempt to change which sprite is displayed for a given sprite engine.
|
VarArgs version of ChangeExtSpriteA |
|
|
Return sprite for use by others and virtual sprite machine. |
|
|
Change the sprite image pointer. |
|
|
Move sprite to a point relative to top of viewport. |
|
|
Allocate sprite data and convert from a bitmap. |