GetAVinfo Console Command

Documentation and detailed help with working examples.

GetAVinfo Command

AttributePlayerTarget
GetAVinfo
To target your character, use the command below:
player.GetAVinfo

This command gets the value information of the specified attribute or actor value.

Argument Information

The syntax for this Starfield command is as follows:

The attribute or actor value to get information about.

In-Depth Description

The getAVinfo command, which stands for "Get Actor Value Info", provides detailed information about a specified attribute for a selected object or NPC, not just its value.

The information might include the base value, current modifiers, and any active effects influencing the attribute.

NPC or object: If targeting an NPC or object, either click on them with the mouse or use prid <Reference ID> to select them.

Player: If targeting your own character, use the command player.getAVinfo <attribute>.

Effects: The console will display a comprehensive list of information about the selected attribute for the targeted object or NPC. This can include:

  • Base Value: The original, unmodified value.
  • Current Value: The current, potentially modified value.
  • Active Modifiers: Any active effects or influences changing the value from its base. This could be due to spells, equipment, or other game mechanics.

For example, to get information about the player's health, use the command player.getAVinfo health. The console will display the following information:

GetValueInfo: Health on John
...Current Value: 176.79  Computed Base: 200.00
...Base Value components:
......Reference Base Value: 200.00
......Derived Value: 0.00
...Modifiers: Temp: 0.00 Perm: 55.00 Damage: -78.21
...Level-up Value: 255.00

As we can see, the player character, which we have named "John" has a health of 176.79, which is less than the base health of 200.00.

Using getAVinfo can be particularly useful when trying to troubleshoot why a certain attribute is behaving unexpectedly. It offers a more in-depth look compared to the simpler getAV command.

Looking for Starfield commands?

Search our complete list!

Quick Overview

This command retrieves information about a specific attribute (actor value) of a target. It outputs a brief list detailing the selected attribute of the target.

Command Builder

Adjust the settings below to automatically generate a command. Once you have the inputs you want, click the copy button and paste it into the console in Starfield.
GetAVinfo
Actor Value

Examples

player.getAV health

This command will return information about your character's health.

Help

  • Open the console: Press the tilde key ~ to open the console. This key is generally near the 1 and Esc keys.
  • Case insensitive: Commands are not case sensitive. This means you can enter them using lowercase or uppercase letters.
  • Target commands: Commands that are highlighted as a 'target' command can be used to target your own character or an NPC/object. To target your own character, type player. followed by the command. To target an NPC/object, click on the it and then type the command.
  • Leading zeros: All IDs, reference IDs, base IDs, etc. can be entered without the leading zeros. For example 00003348 can be entered as 3348.
  • Additional help: For more help on using console commands in Starfield go here.
Was this helpful?