Precache: Difference between revisions
Jump to navigation
Jump to search
Hendricks266 (talk | contribs) No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
precache <tile0> <tile1> <flag> | '''precache''' <tile0> <tile1> <flag> | ||
Precaches the tiles between <tile0> and <tile1>. | Precaches the tiles between <tile0> and <tile1>. |
Latest revision as of 12:15, 4 May 2009
precache <tile0> <tile1> <flag>
Precaches the tiles between <tile0> and <tile1>.
Values for <flag> are:
- 0 - Precaches <tile0>-<tile1> only if <tile0> is in the map
- 1 - Precaches <tile0>-<tile1> always
EXAMPLE:
precache 0001 0010 1
This will always precache tiles #1-10, which are SECTOREFFECTOR and friends.