Advertisement
Guest User

tilewarded

a guest
Jul 23rd, 2014
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.70 KB | None | 0 0
  1. METHODMAN: Practical display for in game documentation of computercraft + addons
  2.  
  3. Peripheral found
  4.     Side: front
  5.     Type: tilewarded
  6.  
  7. tilewarded method list:
  8.  
  9.     listMethods
  10.     getAdvancedMethodsData
  11.  
  12. Open Peripherals Advanced Method Data
  13.  
  14. 1. listMethods
  15.  
  16. Return Type: STRING
  17. Description: List all the methods available
  18.  
  19.     Arguments: listMethods()
  20.     No Arguments
  21.  
  22. 2. getAdvancedMethodsData
  23.  
  24. Return Type: TABLE
  25. Description: Get a complete table of information about all available methods
  26.  
  27.     Arguments: getAdvancedMethodsData()
  28.     No Arguments
  29.  
  30.  
  31. --------------------
  32.  
  33. All actual documentation is written by the mod developer who made the peripheral, not me. I just displayed it - happy computercrafting
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement