Con Inv

From the Fallout3 GECK Wiki
(Redirected from Con INV)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

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. Added by NVSE 4.5.7.

Syntax

[help]
(None) container.Con_Inv

Example

SetConsoleEcho 1
PlayerREF.Con_Inv

See Also