Differences

This shows you the differences between two versions of the page.

Link to this comparison view

addon:thutconcrete:elevator [2014/07/25 14:39]
vexatos created
addon:thutconcrete:elevator [2015/01/14 23:40]
Line 1: Line 1:
-Component: Elevator 
-================= 
-This component can be accessed by connecting an Elevator Control to a Computer. 
  
-Component name: `elevator`. 
-Callbacks: 
- 
-- `call(floor:​number):​boolean`  ​ 
-  Tries to call the elevator to a certain floor. Returns `true` on success, `false` and an error message otherwise. 
-- `isReady():​boolean`  ​ 
-  Returns `true` if the elevator can be called, `false` if it can't (because it is still moving). 
-- `getLocalFloor():​number`  ​ 
-  Returns the number of the floor the currently accessed Elevator Control is set to. 
-- `getElevatorFloor():​number`  ​ 
-  Returns the number of the floor the elevator is currently at. If the elevator is moving, the function returns the destination floor as its second argument. 
-- `doesFloorExist(floor:​number):​boolean`  ​ 
-  Returns `true` if the floor exists and thus can be called; the function returns `false` if the floor doesn'​t exist.