I'm hoping to garner some very entry-level answers to entry-level questions on OpenComputers.
About me:
Question 1: What is the OC equivalent to CC's os.pullEvent("redstone")?
I see I can cheat and do component.redstone.getInput({side}) and then os.sleep for a while, but waiting for a queued event feels like the more appropriate method.
About me:
- I've used ComputerCraft in the past to do simple programs.
- I am a professional developer (C#, Go for the most part these days) and understand programming principals
- I dislike learning from manuals
- Virtually none
- I've been using http://ocdoc.cil.li/ as a resource so steer me elsewhere if this isn't the best site.
Question 1: What is the OC equivalent to CC's os.pullEvent("redstone")?
I see I can cheat and do component.redstone.getInput({side}) and then os.sleep for a while, but waiting for a queued event feels like the more appropriate method.