PrecacheCharGenClear - Game

From the Fallout4 CreationKit Wiki
Revision as of 16:36, 18 October 2011 by imported>Plplecuyer (→‎Examples)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: Game Script

Clears all the previously cached data used by character gen.

Syntax[edit | edit source]

Function PrecacheCharGenClear() native global

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

None.

Examples[edit | edit source]

; Clean up the chargen data that was precached
Game.PrecacheCharGenClear()

See Also[edit | edit source]