Difference between revisions of "Component: Lift (Misc Shapes)"
From Flowcode Help
Jump to navigationJump to search| (One intermediate revision by the same user not shown) | |||
| Line 17: | Line 17: | ||
| ==Component Source Code== | ==Component Source Code== | ||
| − | Please click here to download the component source project: [https://www.flowcode.co.uk/wiki/componentsource/ | + | Please click here to download the component source project: [https://www.flowcode.co.uk/wiki/componentsource/FC_Comp_Source_Lift.fcfx FC_Comp_Source_Lift.fcfx] | 
| − | Please click here to view the component source code (Beta): [https://www.flowcode.co.uk/FlowchartView/?wfile=componentsource/ | + | Please click here to view the component source code (Beta): [https://www.flowcode.co.uk/FlowchartView/?wfile=componentsource/FC_Comp_Source_Lift.fcfx FC_Comp_Source_Lift.fcfx] | 
| ==Detailed description== | ==Detailed description== | ||
| Line 84: | Line 84: | ||
| ''<span style="color:red;">No additional examples</span>'' | ''<span style="color:red;">No additional examples</span>'' | ||
| + | |||
| + | |||
| + | |||
| + | |||
| Line 143: | Line 147: | ||
| | width="90%" style="border-top: 2px solid #000;" | ''Return'' | | width="90%" style="border-top: 2px solid #000;" | ''Return'' | ||
| |} | |} | ||
| − | |||
| − | |||
Latest revision as of 13:11, 7 February 2023
| Author | Ben Rowland | 
| Version | 1.0 | 
| Category | Misc Shapes | 
Contents
Lift component
Simple lift created using panel primitives with functioning doors. Includes camera controls to simplify simulations.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_Lift.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_Lift.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
CheckDoor
|   | CheckDoor | 
| Checks to see if the door is open, closed or moving. Returns 1 if the door is closed or 0 if the door is open. Returns 255 if the door is moving. | |
|  - BYTE | Return | 
ControlDoor
|   | ControlDoor | 
| Controls the lift door. | |
|  - BOOL | State | 
| State to move to 0=Open 1=Closed | |
|  - VOID | Return | 
GetCameraPosition
Property reference
|   | Properties | 
|   | Viewpoint | 
| Some useful camera positions | |
|   | Door Movement Period | 
| Amount of time in milliseconds for the doors to open and close. | |

