This is an old revision of the document!
<- PRPL reference <- Everything Else 2
Arguments | Result | Notation |
---|---|---|
none | none | [ - ] |
Deletes VARNAME from the global heap. It is now unassigned. Global variables can be accessed by any script on the map.
# In one script: 42 ->*myGlobalVariable # In any script on the same map after that point: --*myGlobalVariable <-*myGlobalVariable trace # Shows 0 in the debug window.