BIS fnc overviewAuthor: Difference between revisions
| m (Text replacement - "|Game version=" to "|Game version=  |gr1= GUI |GROUP1=") | m (Text replacement - "\[\[Category\:Function Group\: GUI(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "") | ||
| Line 37: | Line 37: | ||
| <h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> | ||
| [[Category:Functions|{{uc:overviewAuthor}}]] | [[Category:Functions|{{uc:overviewAuthor}}]] | ||
| [[Category:{{Name|tkoh}}: Functions|{{uc:overviewAuthor}}]] | [[Category:{{Name|tkoh}}: Functions|{{uc:overviewAuthor}}]] | ||
| [[Category:{{Name|arma3}}: Functions|{{uc:overviewAuthor}}]] | [[Category:{{Name|arma3}}: Functions|{{uc:overviewAuthor}}]] | ||
Revision as of 15:59, 10 October 2020
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/authorbriefingName
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
 
	