native precache_event(type, const Name[], any:...);
type | Event type |
Name | Formatting rules, path to the event file |
... | Variable number of formatting parameters |
Precaches an event file.
The event type should always be 1.
Contrary to the other precache_* natives, this can be used outside of the plugin_precache() forward, e.g. in plugin_init() or plugin_cfg(). A bug in some clients makes this necessary, as plugin_precache() is called before the mod has precached its own, default event files. This can cause the event table to be misaligned on the client, leading to visual and audio bugs that are hard to diagnose.
Unique cache id of the event
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.