RemoveSpriteState
From OxeyeWiki
(Difference between revisions)
				
																
				
				
								
				Jeb  (Talk | contribs)
(Created page with '{{VideoMethod | video.removeSpriteState(spriteId) | Removes a sprite state and makes the ID re-usable by other sprite states. | {{MethodParam|spriteId|An integer|The sprite ID th...')
(Created page with '{{VideoMethod | video.removeSpriteState(spriteId) | Removes a sprite state and makes the ID re-usable by other sprite states. | {{MethodParam|spriteId|An integer|The sprite ID th...')
Latest revision as of 15:14, 5 March 2009
| 
 video.removeSpriteState(spriteId)  | ||
| 
 Removes a sprite state and makes the ID re-usable by other sprite states.  | ||
| Parameter | Expected Type | Description | 
| spriteId | An integer | The sprite ID that should be removed. This sprite ID is retreived when calling createSpriteState. | 
| Returns | ||
| 
 Returns nothing.  | ||
Example
video.removeSpriteState(sprite)