Component: Button helper (Helpers): Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 57: | Line 57: | ||
''<span style="color:red;">No additional examples</span>'' | ''<span style="color:red;">No additional examples</span>'' | ||
| Line 508: | Line 510: | ||
| width="90%" style="border-top: 2px solid #000;" | ''Return'' | | width="90%" style="border-top: 2px solid #000;" | ''Return'' | ||
|} | |} | ||
Revision as of 12:22, 3 February 2023
| Author | Matrix Ltd |
| Version | 1.1 |
| Category | Helpers |
Button helper component
A button overlay that allows any object to behave like a button
Component Source Code
Please click here to download the component source project: FC_Comp_Source_temp/buttonhelper.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_temp/buttonhelper.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
Clear
| Clear | |
| Clears all objects from the lists This leaves no links for the button helper | |
| Return | |
GetState
| GetState | |
| Returns true if the button is depressed, else false | |
| Return | |
GetStateFor
| GetStateFor | |
| Returns true if the button is depressed, else false | |
| Target | |
| Return | |
GetTarget
| GetTarget | |
| Gets the target handle the property links to | |
| Return | |
Register
| Register | |
| Adds the object to the list if not already there | |
| Target | |
| Return | |
SetAutoReset
SetAxis
| SetAxis | |
| Sets the movement axis as an Axis_... constant | |
| Axis | |
| Movement axis to set to, default 4 | |
| Return | |
SetAxisFor
| SetAxisFor | |
| Sets the movement axis as an Axis_... constant | |
| Target | |
| Axis | |
| Movement axis to set to, default 4 | |
| Return | |
SetDisabledPos
| SetDisabledPos | |
| Sets the position of the released button | |
| PositionHandle | |
| A handle to the position of the depressed location | |
| Return | |
SetDisabledPosFor
| SetDisabledPosFor | |
| Sets the disabled position for an object | |
| Target | |
| Position | |
| Return | |
SetEnabledPos
| SetEnabledPos | |
| Sets the position of the depressed button | |
| PositionHandle | |
| A handle to the position of the depressed location | |
| Return | |
SetEnabledPosFor
| SetEnabledPosFor | |
| Sets the enabled position for an object | |
| Target | |
| Position | |
| Return | |
SetLatching
| SetLatching | |
| Sets whether the button is depressed when the mouse is released | |
| Enabled | |
| Return | |
SetLatchingFor
| SetLatchingFor | |
| Sets whether the button is depressed when the mouse is released | |
| Target | |
| Enabled | |
| Return | |
SetMode
| SetMode | |
| Sets the animation mode for the button | |
| Mode | |
| 0=User, 1=Up/Down, 2 = Lever | |
| Return | |
SetModeFor
| SetModeFor | |
| Sets the animation mode for the button | |
| Target | |
| The target object, 0 for 'set default' | |
| Mode | |
| 0=User, 1=Up/Down, 2 = Lever | |
| Return | |
SetMovement
| SetMovement | |
| Sets the movement in units or PI/16 steps for the button | |
| Move | |
| Movement to set to - default is 4 | |
| Return | |
SetMovementFor
| SetMovementFor | |
| Sets the movement in units or PI/16 steps for the button | |
| Target | |
| Move | |
| Movement to set to, default 4 | |
| Return | |
SetNotify
SetPivotPos
| SetPivotPos | |
| Sets the position of the object the lever rotates around | |
| PositionHandle | |
| A handle to the position of the depressed location | |
| Return | |
SetPivotPosFor
| SetPivotPosFor | |
| Sets the position the lever rotates around for an object | |
| Target | |
| Position | |
| Return | |
Unregister
| Unregister | |
| Removes the object to the list if present | |
| Target | |
| Return | |
Property reference
| Properties | |
| Host component | |
| Lever pivot | |