Page MenuHomeFeedback Tracker

Functions viewer shows incorrect tag of non BIS functions
Closed, ResolvedPublic

Description

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}

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.";
			};
		};

};
};

Event Timeline

MulleDK19 edited Additional Information. (Show Details)
MulleDK19 set Category to Scripting.
MulleDK19 set Reproducibility to Always.
MulleDK19 set Severity to None.
MulleDK19 set Resolution to Fixed.
MulleDK19 set Legacy ID to 1538701828.May 7 2016, 1:51 PM

I can confirm this issue with my GLT functions.

Recently redesigned Functions viewer should solve this issue.

Mass closing resolved tickets from last month.