diarySubjectExists: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}")
(page formatting)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma2
|game1= arma2


|1.00
|version1= 1.00
 
|game2= arma2oa
 
|version2= 1.51
 
|game3= tkoh
 
|version3= 1.00
 
|game4= arma3
 
|version4= 0.50
 
|arg= local


|gr1= Briefing
|gr1= Briefing


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


| person '''diarySubjectExists''' name
|s1= player '''diarySubjectExists''' name


|p1= person: [[Object]] -
|p1= player: [[Object]]


|p2= name: [[String]] -
|p2= name: [[String]]


| [[Boolean]]
|r1= [[Boolean]]


|x1= <code>_exists = [[player]] [[diarySubjectExists]] "subjectName"</code>
|x1= <code>_exists = [[player]] [[diarySubjectExists]] "subjectName"</code>


|seealso= [[processDiaryLink]], [[createDiaryLink]], [[createDiaryRecord]], [[createDiarySubject]], [[allDiarySubjects]]
|seealso= [[processDiaryLink]] [[createDiaryLink]] [[createDiaryRecord]] [[createDiarySubject]] [[allDiarySubjects]]
}}
}}
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Revision as of 11:30, 4 March 2021

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