OpenComputers API: isReady method
mainrs opened this issue ยท 5 comments
A method similar to the old isReady()
call would be nice. That way people can check if the elevator has already arrived at the destination (just waiting for true).
you can already somewhat do this with the getYValue, to tell if the elevator is at the yValue of the floor, but I can add this method as well, which will return true if the elevator isnt moving
that woudl be awesome! Just saw that there are a lot more methods supported through opencopmputers. Is there a way I can update the docs? the ones on opencomputers are outdated and the curseforge page only mentions 4 out of 9 total functions
I should probably update the curseforge page one, not sure about the opencomputers one