Difference between revisions of "BIS fnc curatorHint"
Jump to navigation
Jump to search
killzone_kid (talk | contribs) |
m (pf) |
||
Line 1: | Line 1: | ||
− | |||
{{Function|= Comments | {{Function|= Comments | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | | | + | | arma 3 |= Game name |
|1.16|= Game version | |1.16|= Game version | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | | | + | | Show hint in curator interface.|= Description |
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | | | + | | [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 19:07, 1 June 2018
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