ClearPrison - Game

From the Fallout4 CreationKit Wiki
Revision as of 10:17, 30 October 2015 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 prison variables on the player character so the game will know he is out of prison.

Syntax[edit | edit source]

Function ClearPrison() native global

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

None.

Examples[edit | edit source]

; Player is now out of prison (maybe he was pardoned!)
Game.ClearPrison()

See Also[edit | edit source]