BIS fnc selectDiarySubject: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|gr([0-9]+) = " to "|gr$1= ") |
m (updated description) |
||
Line 1: | Line 1: | ||
{{RV|type=function | {{RV|type=function | ||
| arma3 | |game1= arma3 | ||
|1.00 | |version1= 1.00 | ||
|gr1= Briefing | |gr1= Briefing | ||
| | |descr= Selects a diary subject. | ||
{{Feature|informative|This was a temporary replacement for [[selectDiarySubject]] scripting command which '''had been broken''' until v2.04. | |||
| [diaryName] call [[BIS_fnc_selectDiarySubject]] | |s1= [diaryName] call [[BIS_fnc_selectDiarySubject]] | ||
|p1= diaryName: [[String]] - Diary subject name | |p1= diaryName: [[String]] - Diary subject name | ||
| [[Boolean]] - [[true]] if the subject was found and selected | |r1= [[Boolean]] - [[true|True]] if the subject was found and selected | ||
|x1= <code>["someSubject"] [[call]] [[BIS_fnc_selectDiarySubject]];</code> | |x1= <code>["someSubject"] [[call]] [[BIS_fnc_selectDiarySubject]];</code> | ||
Line 19: | Line 20: | ||
|seealso= [[processDiaryLink]], [[createDiaryLink]], [[createDiarySubject]], [[diarySubjectExists]], [[selectDiarySubject]] | |seealso= [[processDiaryLink]], [[createDiaryLink]], [[createDiarySubject]], [[diarySubjectExists]], [[selectDiarySubject]] | ||
}} | }} | ||
Revision as of 17:09, 24 May 2021
{{RV|type=function
|game1= arma3
|version1= 1.00
|gr1= Briefing
|descr= Selects a diary subject.