Template:Script Object Summary
From Starfield Wiki
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]
| 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 |
| 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 | Form → ScriptObject |
| Editor | Actor |
| Reference | Actor |
| Actor | |
|---|---|
| Script | Actor |
| Extends | ObjectReference → Form → ScriptObject |
| Editor | Actor |
| Base | ActorBase |
Spaceship[edit]
Spaceships have a base and a reference type.
| Spaceship Base | |
|---|---|
| Script | SpaceshipBase |
| Extends | Form → ScriptObject |
| Editor | Base Form |
| Reference | SpaceshipReference |
| Spaceship Reference | |
|---|---|
| Script | SpaceshipReference |
| Extends | ObjectReference → Form → ScriptObject |
| Editor | Base Form |
| Base | SpaceshipBase |