User Tools

Site Tools


print

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
print [2019/10/26 13:18] justinprint [2021/04/21 18:40] (current) justin
Line 5: Line 5:
  
 ====Signature:==== ====Signature:====
-<code python>+<code>
 print(data) print(data)
 </code> </code>
  
 ^Argument^Description^Type^Required^ ^Argument^Description^Type^Required^
-|data|Data to be printed to the debug console.|[[String]], [[Decimal]], [[Boolean]]|Yes|+|data|Data to be printed to the debug console.|[[String]], [[Number]], [[Boolean]]|Yes|
  
 <WRAP center round info 100%> <WRAP center round info 100%>
Line 17: Line 17:
  
 ====Example:==== ====Example:====
-<code python+<code bauxite
-print("Player is at coordinate ${player.coord}")+print("Player is at coordinate ${player.coord}");
 </code> </code>
 //Results:// The player character's tile coordinate will be displayed in the debug console. //Results:// The player character's tile coordinate will be displayed in the debug console.
print.1572121094.txt.gz · Last modified: 2019/10/26 13:18 by justin