ChaOS for ComputerCraft Wiki
Status: Planning
Brought to you by:
antifreezze
ChRT API is library with main functions of [ChRT], the ChaOS RunTime.
readString(s)
Interpretes string
<s>with [ChAIL] standards.
readFile(f)
Interprets file
<f>with [ChAIL] standards and prepares ChRT for executing application.
executeApp(app)
Runs readFile("/apps/
<your app>/info.cri") and executes this application
processTrigger(t)
Processes trigger(see [AppTriggers])
<t>for this app. You have to execute readFile("your app info") before.
processTriggers()
Processes all triggers that has been written in triggers table.
triggers[table]
Table of triggers that must be executed on application install.