BIS fnc overviewAuthor: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "= <code>([^<]*)\[\[([a-zA-Z][a-zA-Z0-_]+)\]\]([^<]*)<\/code>" to "= <code>$1$2$3</code>")
m (Text replacement - "{{HashLink" to "{{Link")
 
(5 intermediate revisions by the same user not shown)
Line 9: Line 9:
|gr1= GUI
|gr1= GUI


|descr= Returns the mission author's name preceded by "by", e.g "by Username". See {{HashLink|Description.ext#author}}.
|descr= Returns the mission author's name preceded by "by", e.g "by Username". See {{Link|Description.ext#author}}.


|s1= [config, control] call [[BIS_fnc_overviewAuthor]]
|s1= [config, control] call [[BIS_fnc_overviewAuthor]]
Line 21: Line 21:
|x1= <sqf>hint format ["%1, %2", briefingName, call BIS_fnc_overviewAuthor];</sqf>
|x1= <sqf>hint format ["%1, %2", briefingName, call BIS_fnc_overviewAuthor];</sqf>


|x2= <code>hint [[format]] ["%1, %2", [[briefingName]], [missionConfigFile] [[call]] [[BIS_fnc_overviewAuthor]]];</code>
|x2= <sqf>hint format ["%1, %2", briefingName, [missionConfigFile] call BIS_fnc_overviewAuthor];</sqf>


|seealso= {{HashLink|Description.ext#author}} [[briefingName]]
|seealso= {{Link|Description.ext#author}} [[briefingName]]
}}
}}

Latest revision as of 18:43, 4 January 2023

Hover & click on the images for description

Description

Description:
Returns the mission author's name preceded by "by", e.g "by Username". See Description.ext - author.
Execution:
call
Groups:
GUI

Syntax

Syntax:
[config, control] call BIS_fnc_overviewAuthor
Parameters:
config: Config - (Optional, default configFile) where the function will look for author entry
control: Control - (Optional, default controlNull) if provided, will be filled with author's name
Return Value:
String

Examples

Example 1:
hint format ["%1, %2", briefingName, call BIS_fnc_overviewAuthor];
Example 2:
hint format ["%1, %2", briefingName, [missionConfigFile] call BIS_fnc_overviewAuthor];

Additional Information

See also:
Description.ext - author briefingName

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