Difference between revisions of "Papyrus Manager Window"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
(Created page with "The Papyrus Manager Window is used for working with Script Files which includes a search filter, compilation, and other useful scripting activities. The window can be...")
 
imported>Qazaaq
(added wiki link)
 
Line 28: Line 28:
*[[Papyrus]]
*[[Papyrus]]
*[[Script File]]
*[[Script File]]
*[[Papyrus Compile Window]]
*[[Editor Interface]]
*[[Editor Interface]]




[[Category:Editor Interface]]
[[Category:Editor Interface]]

Latest revision as of 18:50, 6 December 2018

The Papyrus Manager Window is used for working with Script Files which includes a search filter, compilation, and other useful scripting activities. The window can be found under the Creation Kit title bar menu, Gameplay -> Papyrus Script Manager.

Editor Window[edit | edit source]

Editor Papyrus Manager Window.png

  • Search Filter: Searches all script names for the given text. Supports namespaces and wildcard expressions such as default*onload.
  • Scripts: A collection of script entries that match the given search filter.

Context Menu[edit | edit source]

  • New...: Creates a new Script File.
  • Open in External Editor: Opens the Script File source in the specified Text Editor.
  • Copy to Source:
  • Compile:
  • Rename: Renames this Script File.
  • Refresh All:
  • Use Info:
  • Check Out:
  • Check In:
  • Undo Check Out:
  • Add Perforce:
  • Mark for Delete:
  • Create New Manager Window: Opens a separate Papyrus Manager Window.

See Also[edit | edit source]