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);
EndEventAuto-Generated Example
bool returnedValue = myObjectReference__toCallFunctionOn.IsFanMotorOn()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
