setDiaryRecordText: Difference between revisions
Jump to navigation
Jump to search
m (updated version to 1.96) |
Lou Montana (talk | contribs) m (arma3dev → arma3) |
||
Line 2: | Line 2: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | arma3 |Game= | ||
|1.96|Game Version | |1.96|Game Version (number surrounded by NO SPACES)= | ||
|arg= |Multiplayer Arguments | |arg= |Multiplayer Arguments ("local" or "global")= | ||
|eff= |Multiplayer Effects | |eff= |Multiplayer Effects ("local" or "global")= | ||
|exec= |Multiplayer Execution | |exec= |Multiplayer Execution ("server" or empty)= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Set text of a log record. {{wip}}|Description= | | Set text of a log record. {{wip}} |Description= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | unit [[setDiaryRecordText]] [[subject, diaryRecord], [title, text]] |Syntax= | ||
|p1= | |p1= unit: [[Object]] |PARAMETER1= | ||
|p2=[[subject, diaryRecord], [title, text]]: [[Array]] |PARAMETER2= | |p2=[[subject, diaryRecord], [title, text]]: [[Array]] |PARAMETER2= | ||
Line 25: | Line 25: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>player [[setDiaryRecordText]] <nowiki> | |x1= <code>[[player]] [[setDiaryRecordText]] [<nowiki/>["diary", _diaryRec], ["Kill all enemies."]]</code> |Example 1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 21:03, 29 October 2019
Description
- Description:
- Set text of a log record. Template:wip
- Multiplayer:
- -
- Groups:
- Uncategorised
Syntax
- Syntax:
- unit setDiaryRecordText [[subject, diaryRecord], [title, text]]
- Parameters:
- unit: Object
- [[subject, diaryRecord], [title, text]]: Array
- Return Value:
- Nothing
Examples
- Example 1:
player setDiaryRecordText [["diary", _diaryRec], ["Kill all enemies."]]
Additional Information
- See also:
- See also needed
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note