User Tools

Site Tools


prpl:print

Differences

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

Link to this comparison view

Next revision
Previous revision
prpl:print [2016/12/02 23:33] – external edit 127.0.0.1prpl:print [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#everything_else_2|Everything Else 2]]
  
-=====  PRINT  =====+=====  Print  =====
  
 ^Arguments^Result^Notation^ ^Arguments^Result^Notation^
-| | | [ - ] |+value | | [ value - ] |
  
  
 === Description === === Description ===
 +
 +Takes one item from the stack and writes it on a new line in a file called PRPL.txt in Particle Fleet's root content folder, preceded by the unit's coordinates and the script that called this function. Note that this file is truncated (cleared) each time a map is loaded.
  
 === Examples === === Examples ===
-<code> DebugText.PrintMessage(this,GetStringFromStack());  +<code prpl> 
- +# Assume this core is at map coordinates (100, 50). Assume this script is named "Hello.prpl" 
 +"Hello World!" print 
 +# Each time this line is invoked, a new line appears in PRPL.txt: 
 +# [100,50] Hello.prpl: Hello World!
 </code> </code>
 +
  
prpl/print.1480721632.txt.gz · Last modified: 2025/02/14 14:56 (external edit)