ObjectMod Script

From the Fallout4 CreationKit Wiki
Revision as of 01:27, 22 October 2017 by imported>ShadeMe (Add missing F4SE member functions)
Jump to navigation Jump to search

Extends: Form Script

Editor: Object Mod

Script for the manipulation of an object mod

Definition

ScriptName ObjectMod extends Form Native Hidden

Properties

None

F4SE Properties

None

F4SE Structs

  • Struct PropertyModifier
    • A structure that holds property information about an ObjectMod entry.

Global Functions

None

Member Functions

None

F4SE Member Functions

  • MiscObject Function GetLooseMod()
    • Gets the ObjectMod's loose mod.
  • int Function GetMaxRank()
    • Gets the ObjectMod's max rank.
  • int Function GetPriority()
    • Gets the ObjectMod's priority.
  • Function SetMaxRank(int aiRank)
    • Sets the ObjectMod's max rank.
  • Function SetPriority(int aiPriority)
    • Sets the ObjectMod's priority.


Events

None

See Also