Background for Skyrim SE
Member of the Game script
voidfunctionPrecacheCharGen()NativeGlobal

Description

Wiki Description

Precaches all the data used by character gen to avoid hitches with file i/o.

Documentation Comment

Precaches character gen data.


Caveats

CK Wiki - Notes

Be sure to call Game.PrecacheCharGenClear() when the data is no longer needed so as to free up memory.


Examples

; Start precaching all chargen related data
Game.PrecacheCharGen()

Auto-Generated Example

Game.PrecacheCharGen()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.