This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
anonimo182's profile picture

[Lua] [Question] Shell erroring with APIs

Started by anonimo182, 24 December 2012 - 05:38 AM
anonimo182 #1
Posted 24 December 2012 - 06:38 AM
When I load an API, any shell function works. I already knew about this, but, are there any workarounds around this?
Doyle3694 #2
Posted 24 December 2012 - 06:44 AM
make said function in that API local?
anonimo182 #3
Posted 24 December 2012 - 06:48 AM
make said function in that API local?
The problem is when using shell functions in a program
Orwell #4
Posted 24 December 2012 - 08:09 AM
So you want to restrict the API from using functions from the shell api? Or what do you want?