Index

GetEditMode

GetEditMode ->inEditMode

Description

Returns a boolean indicating if the game is in edit mode.

Examples

   if (GetEditMode)
      Print("Game is in edit mode")
   endif

Index