IsPowered - ObjectReference
Revision as of 12:43, 13 March 2013 by imported>Arthmoor (Created page with "Category:Scripting Category:Papyrus '''Member of:''' ObjectReference Script Checks if this object is considered powered. == Syntax == <source lang="papyrus"> bool F...")
Member of: ObjectReference Script
Checks if this object is considered powered.
Syntax[edit | edit source]
bool Function IsPowered() native
Parameters[edit | edit source]
None.
Return Value[edit | edit source]
True if object is powered. False otherwise.
Examples[edit | edit source]
; Is the workshop object powered.
bool isPowered = WorkshopObjectRef.IsPowered()