User Tools

Site Tools


prpl:iseditmode

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
prpl:iseditmode [2016/12/02 23:33] – external edit 127.0.0.1prpl:iseditmode [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
-<- [[.:prplreference| PRPL reference]] <- [[.:prplreference#everything_else_2|Everything Else 2]]+<- [[.:prplreference| PRPL reference]] <- [[.:prplreference#map_mission|Map/Mission]]
  
-=====  ISEDITMODE  =====+=====  IsEditMode  =====
  
 ^Arguments^Result^Notation^ ^Arguments^Result^Notation^
-| | | [ - ] |+none True/False | [ - b1 ] |
  
  
 === Description === === Description ===
 +Returns 1 if this script is running on a map open in the level editor, 0 otherwise. This is useful for enabling/disabling functionality while editing a map, such as a PRPL tool for creating particles directly in the editor.
  
 === Examples === === Examples ===
-<code> stack.Push(new Data(GameSpace.editMode ? 1 : 0));  +<code> 
-  +IsEditMode if #Don't waste time during play 
-</code>+    "Debugging code" Trace 
 +endif
  
 +IsEditMode if #Don't allow editing code to be used in-game (for utility scripts)
 +    "Mapmaking code" Trace
 +endif
 +
 +IsEditMode not if #Don't sit under the mouse as might happen in-game.
 +    Self GetMousePosition SetUnitPixelCoords Trace
 +endif
 +</code>
prpl/iseditmode.1480721636.txt.gz · Last modified: 2025/02/14 14:56 (external edit)