BIS fnc kbTopicConfig: Difference between revisions
Jump to navigation
Jump to search
Tag: Undo |
Lou Montana (talk | contribs) m (Text replacement - "\{\{( *)Informative( *)\|" to "{{$1Feature$2|$2Informative$2|") |
||
Line 8: | Line 8: | ||
| Reads the [[Config|configs]] to return a matching <tt>config [[config greater greater name|>>]] [[Description.ext#CfgSentences|CfgSentences]] [[config greater greater name|>>]] missionName [[config greater greater name|>>]] topic</tt> entry. | | Reads the [[Config|configs]] to return a matching <tt>config [[config greater greater name|>>]] [[Description.ext#CfgSentences|CfgSentences]] [[config greater greater name|>>]] missionName [[config greater greater name|>>]] topic</tt> entry. | ||
{{Informative | [[Config]]s are checked in that order: [[configFile]], [[campaignConfigFile]], [[missionConfigFile]].}} | {{Feature | Informative | [[Config]]s are checked in that order: [[configFile]], [[campaignConfigFile]], [[missionConfigFile]].}} | ||
{{Important | This function is intended to be used by [[BIS_fnc_kbTell]] only.}} | {{Important | This function is intended to be used by [[BIS_fnc_kbTell]] only.}} | ||
Revision as of 23:59, 6 February 2021
Description
- Description:
- Description needed
- Execution:
- call
- Groups:
- Conversations
Syntax
- Syntax:
- Syntax needed
- Parameters:
- missionName: String
- topic: String
- Return Value:
- Return value needed
Examples
- Example 1:
private _configTopic = ["missionName", "topic"] call BIS_fnc_kbTopicConfig;
Additional Information
- See also:
- See also needed
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