This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
disable_action [2025/02/18 16:05] – justin | disable_action [2025/02/21 15:39] (current) – justin | ||
---|---|---|---|
Line 1: | Line 1: | ||
======Disable Action====== | ======Disable Action====== | ||
---- | ---- | ||
- | Disables any input bindings assigned to an action ID (e.g. disabling the “jump” action will prevent that action from being triggered by any input bindings assigned to it). | + | Disables any input bindings assigned to an action ID (e.g. disabling the “jump” action will prevent that action from being triggered by any input bindings assigned to it). The action can be enabled again using the [[Enable Action]] function. |
====Signature: | ====Signature: | ||
Line 14: | Line 14: | ||
====Example: | ====Example: | ||
<code bauxite> | <code bauxite> | ||
+ | disable_action(" | ||
</ | </ | ||
- | // | + | // |
<WRAP center round tip 100%> | <WRAP center round tip 100%> |