BIS_fnc_kbTopicConfig

From Bohemia Interactive Community
Revision as of 19:39, 14 April 2020 by Lou Montana (talk | contribs) (Page filling)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Reads the configs to return a matching CfgSentences config entry (in that order: configFile, campaignConfigFile, missionConfigFile). Template:note
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[mission, topic] call BIS_fnc_kbTopicConfig
Parameters:
mission: String
topic: String
Return Value:
Config - nil on error or not found

Examples

Example 1:
["missionName", "topic"] call BIS_fnc_kbTopicConfig;

Additional Information

See also:
Conversations BIS_fnc_kbTell

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