Activator

From the Fallout4 CreationKit Wiki
Revision as of 13:33, 20 April 2017 by imported>Qazaaq (Added editor object.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Papyrus: Activator Script

An activator is an object that can be used (or activated) by an Actor or another activator.

Editor Dialog

Activator Editor.png

  • ID: The editor ID that this form uses in the Creation Kit.
  • Name: The name shown when the player aims at the door, if it has collision data.
  • Model: The 3D model used by this door.
  • Sounds
    • Activate:
    • Looping:
  • NavMesh Generation Import Option
    • Collision Geometry:
    • Bounding Box:
    • Filter:
    • Ground:
  • Forced Loc Ref Type:
  • Activate Text Override:
  • Water Type:
    • No Displacement:
  • Add Destruction Data:
  • Keywords: A list of keywords that signal information to other game systems.
  • Flags
    • Dangerous:
    • Obstacle:
    • On Local Map:
    • Non Occlurder:
    • Never Fades:
    • Is Marker:
    • Heading Marker:
    • Headtrack Marker:
    • Random Anim Start:
    • Used As Platform:
    • Ignore Object Interaction:
    • Ignored By Sandbox:
    • Child Can Use:
    • Must Update Anims:
    • Pack-In Use Only:
  • Default Primitive Color:
  • Interaction Conditions:
    • <<:
    • >>:
    • New:
  • Native Terminal:
  • Actor Values:
    • Actor Value:
    • Amount:
  • Papyrus Scripts: A list of Papyrus scripts attached to this object.
    • Add: Adds a papyrus script to this object.
    • Remove: Removes the selected papyrus script from this object.
    • Properties: Shows the papyrus property editor for the selected script.
  • Radio Receiver Data:
    • Is A Radio:
      • Starts Active:
      • No Signal Static:
      • Frequency:
      • Volume:
      • Output Model Override:
  • Preview Transform:

See Also