Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
component:debug [2018/03/02 01:29]
kiritow [Player Object]
component:debug [2018/03/12 11:56]
kiritow [Component: Debug]
Line 35: Line 35:
 - `test():​userdata`  ​ - `test():​userdata`  ​
   Test method for user-data and general value conversion.   Test method for user-data and general value conversion.
 +- `getScoreboard():​userdata`  ​
 +  Get the scoreboard object for the world
 +- `sendToDebugCard(address:​string,​ data...)`  ​
 +  Sends data to the debug card with the specified address.
 +- `sendToClipboard(player:​string,​ text:​string)`  ​
 +  Sends text to the specified player'​s clipboard if possible.
  
 ==== World Object ==== ==== World Object ====