getFieldManualStartPage: Difference between revisions

From Bohemia Interactive Community
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
(improved return value format)
Line 12: Line 12:
|p1= display: [[Display]]
|p1= display: [[Display]]


|r1= [[Array]] - [starting topic, hint]
|r1= [[Array]] - [startingTopic, hint]
 
* startingTopic: [[String]]
* hint: [[String]]


|x1= <sqf>getFieldManualStartPage (findDisplay 46); // returns ["", ""]</sqf>
|x1= <sqf>getFieldManualStartPage (findDisplay 46); // returns ["", ""]</sqf>

Revision as of 13:28, 4 January 2026

Hover & click on the images for description

Description

Description:
Returns array of the starting topic and hint the given field manual should display.
Groups:
System

Syntax

Syntax:
getFieldManualStartPage display
Parameters:
display: Display
Return Value:
Array - [startingTopic, hint]

Examples

Example 1:
getFieldManualStartPage (findDisplay 46); // returns ["", ""]

Additional Information

See also:
Arma 3: Field Manual

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord.
Only post proven facts here! Add Note