Index

GetSoylentMode

GetSoylentMode ->soylentMode

Description

Returns a boolean indicating if towers can produce energy (the green soylent area)

Examples

   if (GetSoylentMode)
      Print("Soylent On")
   endif

Index