hgeResourceManager::Precache

Creates all resources of the specified group in the memory.

bool Precache(
  int groupid = 0
);

Parameters

groupid
Identificator of the resource group to be created in the memory. If =0 or omitted, all the resources described in the current script will be created.

Return value

If all the resources were successfully created returns true. Otherwise returns false.

Requirements

Header: hgeresource.h
Import library: hgehelp.lib

See also

Purge