diarySubjectExists: Difference between revisions
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]] - |= | |p1= person: [[Object]] - |PARAMETER1= | ||
|p2= name: [[String]] - |= | |p2= name: [[String]] - |PARAMETER2= | ||
|p3= |= | |p3= |PARAMETER3= | ||
| [[Boolean]] |= | | [[Boolean]] |RETURNVALUE= | ||
|x1= <code>_exists = [[player]] [[diarySubjectExists]] "subjectName"</code>|= | |x1= <code>_exists = [[player]] [[diarySubjectExists]] "subjectName"</code>|EXAMPLE1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[processDiaryLink]], [[createDiaryLink]], [[createDiaryRecord]], [[createDiarySubject]] |= | | [[processDiaryLink]], [[createDiaryLink]], [[createDiaryRecord]], [[createDiarySubject]] |SEEALSO= | ||
| |= | | |MPBEHAVIOUR= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
}} | }} |
Revision as of 10:30, 7 April 2019
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
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