Precache

From EDukeWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.