User Tools

Site Tools


prpl:readglobal

Differences

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

Link to this comparison view

Next revision
Previous revision
prpl:readglobal [2016/12/02 23:33] – external edit 127.0.0.1prpl:readglobal [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#vars_and_functions|Vars and Functions]]
  
-=====  READGLOBAL  =====+=====  <-*VARNAME  =====
  
 ^Arguments^Result^Notation^ ^Arguments^Result^Notation^
-| | | [ - ] |+none value | [ - r1 ] |
  
  
 === Description === === Description ===
 +
 +Pushes the value of global variable VARNAME to the stack. If that variable does not exist, 0 is pushed to the stack instead. Global variables can be accessed by any script on the map.
  
 === Examples === === Examples ===
 +<code prpl>
 +# In one script:
 +42 ->*myGlobalVariable
 +# In any script on the same map after that point:
 +<-*myGlobalVariable trace
 +# Shows 42 in the debug window.
 +</code>
 <code> s1 = command.data.GetString();  <code> s1 = command.data.GetString(); 
  stack.Push(GameSpace.instance.globalHeap[s1]);   stack.Push(GameSpace.instance.globalHeap[s1]); 
prpl/readglobal.1480721630.txt.gz · Last modified: 2025/02/14 14:56 (external edit)