Diary Record: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Add diaryRecordNull workaround) |
Lou Montana (talk | contribs) m (Update because diaryRecordNull) |
||
Line 1: | Line 1: | ||
; Description<nowiki>:</nowiki> | |||
A [[Diary Record]] is created by [[createDiaryRecord]] - introduced in Arma 2. | : A [[Diary Record]] is created by [[createDiaryRecord]] - introduced in Arma 2. | ||
{{Informative | | {{Informative | | ||
[[diaryRecordNull]] | Before the introduction of [[diaryRecordNull]], its value could still be obtained and compared as follow: | ||
<code>[[private]] _nullRecord {{=}} [[objNull]] [[createDiaryRecord]] []; {{cc|wrong parameters {{=}} failure to create a record {{=}} null value}}<br><br><!-- | <code>[[private]] _nullRecord {{=}} [[objNull]] [[createDiaryRecord]] []; {{cc|wrong parameters {{=}} failure to create a record {{=}} null value}}<br><br><!-- | ||
-->[[private]] _createdRecord {{=}} [[player]] [[createDiaryRecord]] ["Diary", ["title", "description"]];<br><!-- | -->[[private]] _createdRecord {{=}} [[player]] [[createDiaryRecord]] ["Diary", ["title", "description"]];<br><!-- |
Revision as of 18:09, 9 July 2020
- Description:
- A Diary Record is created by createDiaryRecord - introduced in Arma 2.