Settspr

From EDukeWiki
Revision as of 13:27, 4 May 2009 by One (talk | contribs)
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