DeleteReference

From GECK
(Redirected from Zap)
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

A console-only command that instantly deletes a reference and deallocates its memory.

The deletion of the reference is savebaked, but its deallocation is session-persistent; loading back to a point prior to calling this function in the same session will lead to the reference still being gone.

Console Functions are normally exclusively for use in the in-game Console (accessible by pressing "~").

With JIP LN NVSE Plugin, any console function can be used in scripts with the Console function.

Syntax

[help]
ref.DeleteReference 

Or:

ref.Zap 

Notes

  • Calling this on the player has the same effect as calling FreePlayer; the player is deallocated thus causing the game to crash.

See Also