setDiaryRecordText: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "<!-- Appropriate categories go here -->" to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| arma3 | | arma3 | ||
|1.96 | |1.96 | ||
|arg | |arg= | ||
|eff | |eff= | ||
|serverExec | |serverExec= | ||
|gr1= Briefing | |gr1= Briefing | ||
| Set text of a log record. | | Set text of a log record. | ||
| unit [[setDiaryRecordText]] [[subject, diaryRecord], [title, text]] | | unit [[setDiaryRecordText]] [[subject, diaryRecord], [title, text]] | ||
|p1= unit: [[Object]] | |p1= unit: [[Object]] | ||
|p2=[[subject, diaryRecord], [title, text]]: [[Array]] | |p2=[[subject, diaryRecord], [title, text]]: [[Array]] | ||
| Nothing | | Nothing | ||
|x1= <code>[[player]] [[setDiaryRecordText]] [<nowiki/>["diary", _diaryRec], ["Kill all enemies."]]</code> | |x1= <code>[[player]] [[setDiaryRecordText]] [<nowiki/>["diary", _diaryRec], ["Kill all enemies."]]</code> | ||
| [[processDiaryLink]], [[createDiaryRecord]], [[createDiarySubject]], [[diarySubjectExists]] | | [[processDiaryLink]], [[createDiaryRecord]], [[createDiarySubject]], [[diarySubjectExists]] | ||
}} | }} | ||
Revision as of 11:12, 18 January 2021
Description
- Description:
- Set text of a log record.
- Groups:
- Briefing
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
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