Difference between revisions of "Component: Lift (Misc Shapes)"
From Flowcode Help
Jump to navigationJump to search (Created page with "{| style="width:50%" |- | width="20%" style="color:gray;" | Author | Ben Rowland |- | width="20%" style="color:gray;" | Version | 1.0 |- | width="20%" style="color:gra...") |
|||
| Line 20: | Line 20: | ||
==Detailed description== | ==Detailed description== | ||
| + | |||
| + | |||
| Line 40: | Line 42: | ||
==Examples== | ==Examples== | ||
| + | |||
| + | |||
Revision as of 14:41, 16 January 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 for the component source code: FC_Comp_Source_Lift.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Downloadable macro reference
| ControlDoor | |
| Controls the lift door. | |
| State | |
| State to move to 0=Open 1=Closed | |
| Return | |
| 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. | |
| Return | |
Property reference
| Properties | |
| Viewpoint | |
| Some useful camera positions | |
| Door Movement Period | |
| Amount of time in milliseconds for the doors to open and close. | |