Thutmose / Thut

new repository for my mods
17 stars 11 forks source link

OpenComputers API: isReady method #87

Closed mainrs closed 6 years ago

mainrs commented 6 years ago

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).

Thutmose commented 6 years ago

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

mainrs commented 6 years ago

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

Thutmose commented 6 years ago

I should probably update the curseforge page one, not sure about the opencomputers one

Thutmose commented 6 years ago

the isReady is added in 6.0.11

Thutmose commented 6 years ago

updated the curseforge page as well to include the methods currently in