BIS fnc taskTypeIcon: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Game name" to "|Game name=")
m (temporary description)
Line 8: Line 8:
____________________________________________________________________________________________
____________________________________________________________________________________________


| ''N/A'' |DESCRIPTION=
|<code>/*
Author: Jiri Wainar
 
Description:
Returns path to the icon texture associated with given task type.
 
Parameters:
0: STRING - task type
1: STRING - default path; used in case task type was not found
 
Returns:
STRING - path to the task type texture*/
</code>|DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 22:04, 9 September 2019


Hover & click on the images for description

Description

Description:
/* Author: Jiri Wainar Description: Returns path to the icon texture associated with given task type. Parameters: 0: STRING - task type 1: STRING - default path; used in case task type was not found Returns: STRING - path to the task type texture*/
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
Syntax needed
Return Value:
Return value needed

Examples

Example 1:

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

Notes

Bottom Section