I'm sure there are places that state all of this, but I am feeling lazy
- Is LFSLapper actually php? Can I use php functions like file_get_contents()?
- Ive looked through some of the addons, am I able to use (for example) foreach($array as $item){ #do something with $item } or does it have to be: FOREACH () ENDFOREACH or whatever it was
- how is timing inside of addons handled? are listeners always running? Example: if i want something to run at 10:30, will it keep checking until it's 10:30?
- is there more documentation other than just methods and functions available?