mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Update wiki description of interaction framework (#7143)
This commit is contained in:
@ -21,7 +21,7 @@ Something the user would do to themselves or to their vehicle (eg. Put in ear pl
|
||||
- **Zeus** (`ACE_ZeusActions`)
|
||||
Available to Zeus
|
||||
|
||||
`ACE_Actions` and `ACE_SelfActions` can be added via config or by calling functions, it is generally preferred to add actions via config. Zeus actions can only be added via config.
|
||||
`ACE_Actions` and `ACE_SelfActions` can be added via config or by calling functions. Be aware that the functions modify the UI, and therefore need to be executed on client-side to take effect.
|
||||
|
||||
The simplest action is just a condition and statement. The code to these are passed `[_target, _player, _actionParams]`. `_player` is `ace_player`; `_target` is the object being interacted with; and the 3rd argument is the optional action parameters (default `[]`).
|
||||
|
||||
|
Reference in New Issue
Block a user