ace_intelitems_fnc_addIntel
Description
Adds the given intel item (magazine) to the given unit. Must be called on the server.
Parameters
| Index | Description | Datatype(s) | Default Value |
|---|---|---|---|
| 0 | Unit | OBJECT | |
| 1 | Item | STRING | |
| 2 | Data | STRING | |
| 3 | Header | STRING | ”” |
Return Value
| Description | Datatype(s) |
|---|---|
| Successful | BOOL |
Example
[_unit, "acex_intelitems_notepad", "Notes!", "New Header"] call ace_intelitems_fnc_addIntel
Authors
- mharis001