Con Inv
From GECK
A function added by the New Vegas Script Extender.
Contents
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
(None) container.Con_Inv
Example
SetConsoleEcho 1 PlayerREF.Con_Inv
See Also
- ShowInventory (inv) - Console version
- GetConsoleEcho
- SetConsoleEcho
- Con_SCOF (to write console output to a text file)
- Debug Dumps
- Con_SQV
- Con_ShowVars