Diary Record: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\{\{( *)Informative( *)\|" to "{{$1Feature$2|$2Informative$2|")
m (Remove example (moved to isNull))
Line 1: Line 1:
; Description<nowiki>:</nowiki>
; 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.
{{Feature | Informative |
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><!--
-->[[private]] _createdRecord {{=}} [[player]] [[createDiaryRecord]] ["Diary", ["title", "description"]];<br><!--
-->[[if]] (_createdRecord [[isEqualTo]] _nullRecord) [[then]] { [[hint]] "Failed" };</code>
}}




[[Category: Data Types]]
[[Category: Data Types]]

Revision as of 01:37, 25 June 2022

Description:
A Diary Record is created by createDiaryRecord - introduced in Arma 2.