Zanqual API (ComputerCraft Simplified API) Wiki
Advertisement

Zanqual API Release 0.4 in Summary[]

Release Date: March, 4th, 2017

Creator: DaloDaloDalo/XxCubegamerxX

Recources: ZanqualInstaller (Every file is saved in this big package of data. When installing it just extracts and creates the files.);

Added Functions: 1

Modified: 2

Removed: 0

More: Fixed string.random(length). Redisigned the installer.

Changelog[]

New stuff added (removed from) to Zanqual v0.4:


+ added shortcut-functions:

   none

+ added new functions:

   string.random(length) - Returns a random generated string with any english letters,numbers and symbols.

+ modified functions:

   write(string) - Now can change into any color without using term.setTextColor(...):
       #wh# = white, #or# = orange, #ma# = magenta, #lb# = light blue, #ye# = yellow, #li# = lime, #pi# = pink, #gy# = gray,
       #lg# = light gray, #cy# = cyan, #pu# = purple, #bl# = blue, #br# = brown, #gr# = green, #re# = red, #bl# = black, #ra# = random color
   print(string) - Does the same like write(...) but writes "\n" at the end.
   

~ changed stuff:

   fixed string.random(...):
       I, the spoon, forgot to place a type(...) at the non-number detector! :/

- removed

   nothing

Describe[]

Pretty useful. You no longer need to make more than 1 command to switch text color.

Next Version: Version 0.5

Advertisement