BIS fnc selectDiarySubject: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (pf) |
||
Line 1: | Line 1: | ||
{{Function|= Comments | {{Function|= Comments | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | arma 3 |= Game name | ||
|1.00|= Game version | |1.00|= Game version | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Select diary subject. Temporary replacement for [[selectDiarySubject]] scripting command which is currently broken.{{GVI|arma3|1.82}}|= Description | ||
____________________________________________________________________________________________ | |||
| [diaryName] call [[BIS_fnc_selectDiarySubject]] |= Syntax | |||
____________________________________________________________________________________________ | |||
|p1= diaryName: [[String]] - Diary subject name|= Parameter 1 | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[Boolean]] - [[True]] if the subject was found and selected|= Return value | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code></code> |= | |x1= <code>["someSubject"] [[call]] [[BIS_fnc_selectDiarySubject]];</code> |= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| |= See also | | [[processDiaryLink]], [[createDiaryLink]], [[createDiarySubject]], [[diarySubjectExists]], [[selectDiarySubject]] |= See also | ||
}} | }} | ||
Revision as of 09:51, 1 June 2018
Description
- Description:
- Select diary subject. Temporary replacement for selectDiarySubject scripting command which is currently broken.1.82
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [diaryName] call BIS_fnc_selectDiarySubject
- Parameters:
- diaryName: String - Diary subject name
- Return Value:
- Boolean - True if the subject was found and selected
Examples
- Example 1:
["someSubject"] call BIS_fnc_selectDiarySubject;
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