Con Inv

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


A function added by the New Vegas Script Extender.

Description

Runs the console command inv via script, to print the inventory of the calling container to the console. Requires Console Echo to be toggled on. This function is useful for creating Debug Dumps with Con_SCOF.

Syntax

[help]
(None) container.Con_Inv 

Example

SetConsoleEcho 1
PlayerREF.Con_Inv

See Also