BIS fnc curatorHint: Difference between revisions

From Bohemia Interactive Community
(Undo revision 98085 by Demellion (talk) function works just fine, please start discussion when not sure rather than editing title pages)
m (pf)
Line 1: Line 1:
{{Function|= Comments
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________


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


|1.16|= Game version
|1.16|= Game version
____________________________________________________________________________________________
____________________________________________________________________________________________


| ''N/A'' |= Description
| Show hint in curator interface.|= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_curatorHint]]; --> |= Syntax
| [title, text, duration] call [[BIS_fnc_curatorHint]] |= Syntax
____________________________________________________________________________________________


|p1= |= Parameter 1
|p1= title: [[String]] - Title|= Parameter 1
|p2= text: [[String]] - Text|= Parameter 2
|p2= Duration: [[Number]] - (Optional, default 30] - Duration in seconds|= Parameter 2
____________________________________________________________________________________________


| |= Return value
| [[Control]] - UI control of the hint text|= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
|x1= <code>["Title", "Some text", 1337] [[call]] [[BIS_fnc_curatorHint]];</code> |=
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[Curator]] |= See also
 
}}
}}



Revision as of 20:07, 1 June 2018

Hover & click on the images for description

Description

Description:
Show hint in curator interface.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[title, text, duration] call BIS_fnc_curatorHint
Parameters:
title: String - Title
Duration: Number - (Optional, default 30] - Duration in seconds
Return Value:
Control - UI control of the hint text

Examples

Example 1:
["Title", "Some text", 1337] call BIS_fnc_curatorHint;

Additional Information

See also:
Curator

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