[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'agraphics' (#aros)

ChangeSprite (unimplemented)

Change the sprite image pointer.

Declaration

Source position: agraphics.pas line 2124

procedure ChangeSprite(

  Vp: PViewPort;

  s: PSimpleSprite;

  NewData: Pointer

);

Arguments

Vp

  

Pointer to ViewPort structure that this sprite is relative to, or nil if relative only top of View

s

  

Pointer to SimpleSprite structure

NewData

  

Pointer to new data structure

Description

The sprite image is changed to use the data starting at newdata

Errors

This function is unimplemented.

See also

FreeSprite

  

Return sprite for use by others and virtual sprite machine.

ChangeExtSpriteA

  

Change the sprite image pointer.

MoveSprite

  

Move sprite to a point relative to top of viewport.

AddVSprite

  

Add a VSprite to the current gel list.


Documentation generated on: 2017-01-10