Background for Starfield
Member of the SpaceshipReference script
voidfunctionEnablePartRepair(ActorValueaSystemHealth, boolabEnable=true)Native

Description

Documentation Comment

Enable/disable repairing the spaceship part associated with the given System Health actor value
If no part is specified, all the parts will be affected
pass true to enable repairing the part(s), false to disable it


Caveats


Parameters

ActorValueaSystemHealth

boolabEnable=true


Examples

Auto-Generated Example

ActorValue myActorValue__aSystemHealth
bool myBool__abEnable

mySpaceshipReference__toCallFunctionOn.EnablePartRepair(myActorValue__aSystemHealth, myBool__abEnable)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.