BIS fnc selectDiarySubject: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (pf)
Line 1: Line 1:
{{Function|= Comments
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma3 |= Game name
| arma 3 |= Game name


|1.00|= Game version
|1.00|= Game version
____________________________________________________________________________________________
____________________________________________________________________________________________


| <code>/*
| Select diary subject. Temporary replacement for [[selectDiarySubject]] scripting command which is currently broken.{{GVI|arma3|1.82}}|= Description
____________________________________________________________________________________________


Description:
| [diaryName] call [[BIS_fnc_selectDiarySubject]] |= Syntax
Select diary subject
____________________________________________________________________________________________
Temporary replacement for [[selectDiarySubject]] scripting command which is currently broken


Parameter(s):
|p1= diaryName: [[String]] - Diary subject name|= Parameter 1
0: STRING
 
Returns:
BOOL - true if the subject was found and selected
<nowiki>*</nowiki>/
 
#define CONTROL (finddisplay _idd displayctrl 1001)
 
</code><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_selectDiarySubject]]; --> |= Syntax
| [[Boolean]] - [[True]] if the subject was found and selected|= Return value
 
|p1= |= Parameter 1
 
| |= 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 10:51, 1 June 2018

Hover & click on the images for description

Description

Description:
Select diary subject. Temporary replacement for selectDiarySubject scripting command which is currently broken.Arma 3 logo black.png1.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

See also:
processDiaryLinkcreateDiaryLinkcreateDiarySubjectdiarySubjectExistsselectDiarySubject

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