Difference between revisions of "Form Script"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Tania
(Added F4SE member function header, and added GetName under it.)
imported>Tania
m (→‎F4SE Member Functions: added SetName)
Line 36: Line 36:
*string Function [[GetName - Form|GetName]]()
*string Function [[GetName - Form|GetName]]()
**Returns this form's name as a string.
**Returns this form's name as a string.
*Function [[SetName - Form| Form|SetName]]()
**Sets this form's name to the passed in string.


== Events ==
== Events ==
None
None

Revision as of 00:19, 15 May 2017

Extends: ScriptObject

Native base script for every form in the game.

Definition

ScriptName Form extends ScriptObject Native Hidden

Properties

None

Global Functions

None

Member Functions

F4SE Member Functions

  • string Function GetName()
    • Returns this form's name as a string.
  • Function Form|SetName()
    • Sets this form's name to the passed in string.

Events

None