BIS fnc overviewTimeTrial: Difference between revisions

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


| tkoh |= Game name
| tkoh |Game name=


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


| <pre>/*
| Returns the dynamically composed overview text for Time Trial scenarios.|Description=
 
____________________________________________________________________________________________
Description:
Returns the dynamically composed overview text for Time Trial scenarios


Parameter(s):
| class call [[BIS_fnc_overviewTimeTrial]] |Syntax=
_this: scenario class name


Returns:
|p1=class: [[String]] - Scenario class name |Parameter 1=
Overview: StructuredText
*/


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
| [[String]] - Overview (structured text) |Return value=
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_overviewTimeTrial]]; --> |= Syntax
|x1= <code>"BIS_someTimeTrail" [[call]] [[BIS_fnc_overviewTimeTrial]];</code>|Example 1=


|p1= |= Parameter 1
| |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=
| [[BIS_fnc_overviewMission]]  |See also=
____________________________________________________________________________________________
 
| |= See also
 
}}
}}



Revision as of 22:07, 20 June 2018

Hover & click on the images for description

Description

Description:
Returns the dynamically composed overview text for Time Trial scenarios.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
class call BIS_fnc_overviewTimeTrial
Parameters:
class: String - Scenario class name
Return Value:
String - Overview (structured text)

Examples

Example 1:
"BIS_someTimeTrail" call BIS_fnc_overviewTimeTrial;

Additional Information

See also:
BIS_fnc_overviewMission

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