Decal deletion queue: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Hunter byte (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
The decal creation queue is an array that exists in memory containing a list of all [[sprite id]]s marked as safe to delete. This is typically used with pools of blood, bullet holes, et cetera. | The decal creation queue is an array that exists in memory containing a list of all [[sprite id]]s marked as safe to delete. This is typically used with pools of blood, bullet holes, et cetera. The total number of active decal is [[qsize]]. |
Revision as of 16:18, 8 December 2007
The decal creation queue is an array that exists in memory containing a list of all sprite ids marked as safe to delete. This is typically used with pools of blood, bullet holes, et cetera. The total number of active decal is qsize.