Verbose
From GECK
A function included in the GECK for Fallout 3.
Description
Toggles on/off certain "verbose" console messages, which can be useful in debugging.
Grants the following information:
- Shows damage dealt to target actors, along with that actor's current health
- Prints if an actor dies
- Prints item condition damage
- Shows how much damage was blocked from a blocked attack
- Shows if an actor has stopped combat
- Shows that an actor intends to dodge, along with what direction they will be taking.
- Also shows if they have run out of room to dodge.
- Shows that a (non-player) melee attacker is using a power attack (and what kind of power attack)
- Shows that an actor has picked a package (and what that package was)
- ...And probably much more.
Syntax
Verbose
See Also
- ToggleDebugText - will make the console appear whenever a console print goes off, which eliminates the issue of having to constantly open/close console to check.
- GetConsoleEcho - checks if "verbose" messages are echoed/displayed in console.
- SetConsoleEcho - a script version of this function.