diarySubjectExists: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (see also)
m (Text replacement - "\|x([0-9])= <sqf>([^\/: ]+)([^;])<\/sqf>" to "|x$1= <sqf>$2$3;</sqf>")
 
(32 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma2 |= Game name
|game1= arma2
|version1= 1.00


|1.00|= Game version
|game2= arma2oa
____________________________________________________________________________________________
|version2= 1.50


| Checks whether given subject is present in the diary of given person. |= Description
|game3= tkoh
____________________________________________________________________________________________
|version3= 1.00


| person '''diarySubjectExists''' name |= Syntax
|game4= arma3
|version4= 0.50


|p1= person: [[Object]] -  |= PARAMETER1
|arg= local


|p2= name: [[String]] -  |= PARAMETER2
|gr1= Briefing


|p3= |= PARAMETER3
|descr= Checks whether given subject is present in the [[Diary]] of given player.


| [[Boolean]] |= RETURNVALUE
|s1= player [[diarySubjectExists]] name


|p1= player: [[Object]]


|x1= <code>(example)</code>|= EXAMPLE1
|p2= name: [[String]]


____________________________________________________________________________________________
|r1= [[Boolean]]


| [[processDiaryLink]], [[createDiaryLink]], [[createDiaryRecord]], [[createDiarySubject]] |= SEEALSO
|x1= <sqf>_exists = player diarySubjectExists "subjectName";</sqf>


| |= MPBEHAVIOUR
|seealso= [[processDiaryLink]] [[createDiaryLink]] [[createDiaryRecord]] [[createDiarySubject]] [[allDiarySubjects]]
____________________________________________________________________________________________
}}
}}
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style='display:none'>Bottom Section</h3>
[[Category:ArmA 2: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 23:42, 28 June 2022

Hover & click on the images for description

Description

Description:
Checks whether given subject is present in the Diary of given player.
Groups:
Briefing

Syntax

Syntax:
player diarySubjectExists name
Parameters:
player: Object
name: String
Return Value:
Boolean

Examples

Example 1:
_exists = player diarySubjectExists "subjectName";

Additional Information

See also:
processDiaryLink createDiaryLink createDiaryRecord createDiarySubject allDiarySubjects

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