Search

From GECK
Jump to: navigation, search


A function added by the Lutana NVSE plugin, now part of the JIP NVSE Plugin.

Description

Outputs information about all forms that match the provided string to the console. (This is intended to partially emulate the way the 'help' command works in the Skyrim console.)

  • The optional type parameter filters output by Form Type IDs.
  • The type parameter can be the four character code of the type, as output in the Search command (AMMO, ARMO, NPC_, etc.)
  • Use quotation marks around strings that contain a space.

Console Functions are normally exclusively for use in the in-game Console (accessible by pressing "~").

With JIP LN NVSE Plugin, any console function can be used in scripts with the Console function.

Syntax

[help]
search name:string type:int

Example

search "power armor"

Find anything with power armor in the name.

search "power armor" 86

Find the PowerArmorTraining perk (and any other with that string in the name).

search 10mm

Find anything with 10mm in the name.

search 10mm 40
search 10mm WEAP

Find weapons with 10mm in the name.

Notes

See Also