Background for Fallout 4
Member of the ObjectReference script
boolfunctionIsFanMotorOn()Native

Description

Wiki Description

Get fan motor on/off state.

Documentation Comment

Check if fan motor on.


Caveats


Examples

Event OnActivate(ObjectReference aSource)
  bool bonoff = Self.IsFanMotorOn();
  Self.FanMotorOn(!bonoff);
EndEvent

Auto-Generated Example

bool returnedValue = myObjectReference__toCallFunctionOn.IsFanMotorOn()

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.