Settspr

From EDukeWiki
Revision as of 18:30, 18 October 2008 by DeeperThought (talk | contribs) (New page: settspr[<tsprite ID>].member <number or gamevar> The members of the tsprite array are the sprites that are drawn on screen at a given time. ''The tsprite array should not be confused wit...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

settspr[<tsprite ID>].member <number or gamevar>

The members of the tsprite array are the sprites that are drawn on screen at a given time. The tsprite array should not be confused with the game world sprite array that is accessed with getactor and setactor commands.

Members of the tsprite array are counterparts of the actor array, and have similar names, except that member names in the tsprite array begin with 'tspr'.

The settspr and gettspr commands should be used in EVENT_ANIMATESPRITES. See the entry for that event for more details.

Example of usage:

settspr[THISACTOR].tsprcstat 0