BIS fnc overviewAuthor: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "= <code>([^<{]+)<\/code>" to "= <sqf>$1</sqf>") |
Lou Montana (talk | contribs) m (Text replacement - "{{HashLink" to "{{Link") |
||
Line 9: | Line 9: | ||
|gr1= GUI | |gr1= GUI | ||
|descr= Returns the mission author's name preceded by "by", e.g "by Username". See {{ | |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 23: | Line 23: | ||
|x2= <sqf>hint format ["%1, %2", briefingName, [missionConfigFile] call BIS_fnc_overviewAuthor];</sqf> | |x2= <sqf>hint format ["%1, %2", briefingName, [missionConfigFile] call BIS_fnc_overviewAuthor];</sqf> | ||
|seealso= {{ | |seealso= {{Link|Description.ext#author}} [[briefingName]] | ||
}} | }} |
Latest revision as of 17:43, 4 January 2023
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:
- Example 2:
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