Template:Script Object Summary

From Starfield Wiki
Jump to: navigation, search


Summary[edit]

This template is designed for use at the top of Papyrus script object pages. It provides a summary of the script members, inheritance, and associated editor objects.


Parameters[edit]

Script Object Summary
Parameter Scope Description
title optional This will be the info-box title to use instead of the page name.
script optional The script name specified by the ScriptName keyword.
extends optional The parent script specified by the Extends keyword.
editor optional The Creation Kit editor object associated with this script.
base optional The associated base type script.
reference optional The associated reference type script.


Example[edit]

Each example would only appear once at the top of each relevant script object page.


Actors[edit]

Actors have a base and a reference type.


Actor Base
Script ActorBase
Extends FormScriptObject
Editor Actor
Reference Actor




Actor
Script Actor
Extends ObjectReferenceFormScriptObject
Editor Actor
Base ActorBase



Spaceship[edit]

Spaceships have a base and a reference type.


Spaceship Base
Script SpaceshipBase
Extends FormScriptObject
Editor Base Form
Reference SpaceshipReference




Spaceship Reference
Script SpaceshipReference
Extends ObjectReferenceFormScriptObject
Editor Base Form
Base SpaceshipBase