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

What events can output os.pullEvent and os.pullEventRaw?

Started by juget00, 27 April 2012 - 09:18 AM
juget00 #1
Posted 27 April 2012 - 11:18 AM
What events can output os.pullEvent and os.pullEventRaw?
Cloudy #2
Posted 27 April 2012 - 11:33 AM
That question doesn't make much sense. Can you clarify?
juget00 #3
Posted 27 April 2012 - 11:41 AM
Mmm… event, p1, p2 = os.pullEvent() what values can bw stored in event and with os.pullEventRaw().I know only a "key" and "char"
Advert #4
Posted 27 April 2012 - 12:46 PM
See 'help events' ingame.
Dirkus7 #5
Posted 27 April 2012 - 01:47 PM
Or look here: http://minecraftcomputercraft.wikia.com/wiki/Events (I don't know how recent this page is)
juget00 #6
Posted 28 April 2012 - 01:57 AM
Thank you!