diarySubjectExists: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (example)
m (template:command argument fix)
Line 12: Line 12:
| person '''diarySubjectExists''' name |= Syntax
| person '''diarySubjectExists''' name |= Syntax


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


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


|p3= |= PARAMETER3
|p3= |PARAMETER3=  


| [[Boolean]] |= RETURNVALUE
| [[Boolean]] |RETURNVALUE=  




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


____________________________________________________________________________________________
____________________________________________________________________________________________


| [[processDiaryLink]], [[createDiaryLink]], [[createDiaryRecord]], [[createDiarySubject]] |= SEEALSO
| [[processDiaryLink]], [[createDiaryLink]], [[createDiaryRecord]], [[createDiarySubject]] |SEEALSO=  


|  |= MPBEHAVIOUR
|  |MPBEHAVIOUR=  
____________________________________________________________________________________________
____________________________________________________________________________________________
}}
}}

Revision as of 11:30, 7 April 2019

Hover & click on the images for description

Description

Description:
Checks whether given subject is present in the diary of given person.
Groups:
Uncategorised

Syntax

Syntax:
person diarySubjectExists name
Parameters:
person: Object -
name: String -
Return Value:
Boolean

Examples

Example 1:
_exists = player diarySubjectExists "subjectName"

Additional Information

See also:
processDiaryLinkcreateDiaryLinkcreateDiaryRecordcreateDiarySubject

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

Notes

Bottom Section