Con Inv
(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
(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