getFieldManualStartPage: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<code>([^ ]*)\{\{cc\|([^ ]*)\}\}([^ ]*)<\/code>" to "<code>$1// $2$3</code>")
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
Line 14: Line 14:
|r1= [[Array]] - [starting topic, hint]
|r1= [[Array]] - [starting topic, hint]


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


|seealso= [[:Category:Arma 3: Field Manual|Arma 3: Field Manual]]
|seealso= [[:Category:Arma 3: Field Manual|Arma 3: Field Manual]]
}}
}}

Latest revision as of 11:23, 13 May 2022

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 - [starting topic, 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 or on the Forums.
Only post proven facts here! Add Note