Advertisement
casillero

Untitled

Jan 22nd, 2014
1,623
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. METHODMAN: Practical display for in game documentation of computercraft + addons
  2.  
  3. Peripheral found
  4. Side: back
  5. Type: net_minecraft_src_buildcraft_factory_tiletank
  6.  
  7. net_minecraft_src_buildcraft_factory_tiletank method list:
  8.  
  9. getTankInfo
  10. listMethods
  11. getAdvancedMethodsData
  12.  
  13. Open Peripherals Advanced Method Data
  14.  
  15. 1. getTankInfo
  16.  
  17. Return Type: TABLE
  18. Description: A table of tanks will be returned, each with a table of information
  19.  
  20. Arguments: getTankInfo(direction)
  21.  
  22. 1. direction
  23. Description: The internal direction of the tank. If you're not sure, use 'unknown' (north, south, east, west, up, down or unknown)
  24. Type: STRING
  25.  
  26. 2. listMethods
  27.  
  28. Return Type: STRING
  29. Description: List all the methods available
  30.  
  31. Arguments: listMethods()
  32. No Arguments
  33.  
  34. 3. getAdvancedMethodsData
  35.  
  36. Return Type: TABLE
  37. Description: Get a complete table of information about all available methods
  38.  
  39. Arguments: getAdvancedMethodsData()
  40. No Arguments
  41.  
  42.  
  43. --------------------
  44.  
  45. 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