InputMapAction Object Members
The following tables list the members exposed by InputMapAction.
Properties
| Name | Description |
 | ActionID | Gets or sets the action ID associated with this action. |
 | Parameters | Gets the parameters associated with this action. If there are no parameters, null is returned. |
Top
Methods and Functions
| Name | Description |
 | AddParameter | Appends a parameter to the end of the action's parameter list. |
 | AddParameterAsBoolean | Appends a boolean parameter to the end of the action's parameter list. |
 | AddParameterAsInteger | Appends a parameter as a Long Integer to the end of the action's parameter list. |
Top
See Also