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

AddAnimOb

Add an AnimOb to the linked list of AnimObs.

Declaration

Source position: agraphics.pas line 2080

procedure AddAnimOb(

  AnOb: PAnimOb;

  AnKey: PPAnimOb;

  Rp: PRastPort

);

Arguments

AnOb

  

Pointer to the TAnimOb structure to be added to the list

AnKey

  

Address of a Pointer to the first TAnimOb in the list (anKey = nil if there are no PAnimObs in the list so far)

Rp

  

Pointer to a valid RastPort

Description

Links this PAnimOb into the current list pointed to by animKey. Initializes all the Timers of the AnimOb's components. Calls AddBob with each component's Bob. TRastPort.GelsInfo must point to an initialized PGelsInfo structure.

See also

Animate

  

Processes every AnimOb in the current animation list.


Documentation generated on: 2017-01-10