mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix list in interaction menu framework documentation
This commit is contained in:
@ -139,11 +139,11 @@ _action = ["Open RDF","Radio Direction Finder","pabst\RDF.jpg",_statement,_condi
|
|||||||
### 2.5 Advanced Example
|
### 2.5 Advanced Example
|
||||||
|
|
||||||
This adds an interaction to a unit that allows passing items that the player is carrying.
|
This adds an interaction to a unit that allows passing items that the player is carrying.
|
||||||
|
|
||||||
- The child actions are generated dynamically based on the items in the player's inventory.
|
- The child actions are generated dynamically based on the items in the player's inventory.
|
||||||
- The parent action's display name is modified based on the item count.
|
- The parent action's display name is modified based on the item count.
|
||||||
- When hovering on the action, a hint text is sent to the target.
|
- When hovering on the action, a hint text is sent to the target.
|
||||||
|
|
||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
_condition = {
|
_condition = {
|
||||||
true
|
true
|
||||||
|
Reference in New Issue
Block a user