When the <All> category is selected in the functions viewer, the functions viewer will prepend the tag BIS regardless of what's specified in CfgFunctions (Which will make it fail to show info about any non-BIS tagged functions when <All> is selected). {F19136} {F19137} {F19138}
Description
Description
Details
Details
- Legacy ID
- 1538701828
- Severity
- None
- Resolution
- Fixed
- Reproducibility
- Always
- Category
- Scripting
Steps To Reproduce
See attached mission.
Additional Information
class CfgFunctions
{
class MTP
{
class Units { class createSimpleUnit { description="Creates a new unit in the specified group, of the specified type, at the specified position."; }; };
};
};