Advertisement
Davidgumazon03

ComputerCraft BIOL User's Manual [DGU] [6]

Sep 13th, 2014
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. ________________________________________________________________________________________
  2. Author By : David Gumazon
  3.  
  4. Application Programming Interface (API) :
  5. Basic Input/Output Libraries (BIOL) , Advance Technology (AT)
  6.  
  7. BIOL Version : Build 0.0.0.6
  8. ________________________________________________________________________________________
  9. Users Manual :
  10. ________________________________________________________________________________________
  11.  
  12.  
  13. BIOL's Constants
  14. ________________________________________________________________________________________
  15. getMainVersion -- Get Current Version Value
  16. getMeanVersion -- Get Current Version Call
  17. getCountGlobalAPI -- Get Count Global APIs
  18. getCountAPI -- Get Count Current APIs
  19. getCountExtendedAPI -- Get Count "EXTendedBASEs" APIs
  20. ________________________________________________________________________________________
  21.  
  22.  
  23. BIOL Global Functions (Recommended)
  24. ________________________________________________________________________________________
  25. biolvfb(arg1) -- biolvfb([val]version), BIOL check current version, returns Boolean
  26. ________________________________________________________________________________________
  27.  
  28.  
  29. BASEs (Output Functions)
  30. ________________________________________________________________________________________
  31. textutils_printRead([str]text) :[str]
  32. -- [str]text , Print Any Text
  33.  
  34. textutils_printWriteRead([str]text,[str]write) :[str]
  35. -- [str]text , Print Any Text
  36. -- [str]write , CC Default "> "
  37.  
  38. rednet_receiver() :[senderId], [message], [protocol]
  39. -- wait for other Computer's Transmit
  40.  
  41. rednet_sendReadFile([str]fname,[ID],[Protocol]) :[nil]
  42. -- [str]fname , Read All Inside File and Send to Computer's [ID] with [Protocol]
  43. -- [Protocol] is Filter you can insert any Text
  44.  
  45. os_multiLoadAPIG1([fname1],[fname2],[fname3],...,[fname10]) :[nil]
  46. -- some Arguments not will use make nil or 0
  47.  
  48. paintutils_readFileDrawPixelG1([fname],[fline]start) :[nil]
  49. -- fline will read start [num] will end to [num]+60 (Line needs to be Color or Number)
  50. -- per line will read and will increase 1 "X" Direction since CC Default Screen is 51
  51. -- make +52 Line to +60 Line to 0 or colors.[color name]
  52.  
  53. paintutils_readFileDrawPixelG2([fname],[fline]) :[nil]
  54. -- fline is 'color' next line is 'x' next line is 'y'
  55. ________________________________________________________________________________________
  56.  
  57.  
  58. EXTendedBASEs (Program/Output Functions)
  59. ________________________________________________________________________________________
  60. DNS (API) :
  61. extbase1() -- scan()
  62. extbase2(hostname) --lookup(hostname)
  63. ________________________________________________________________________________________
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement