- Found in:
- Vanilla
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)