R3vo – User talk

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{Function|= Comments
{{Function|= Comments


| tkoh |= Game name
| arma3 |= Game name


|1.00|= Game version
|1.00|= Game version


| /*
|arg= local |Multiplayer Arguments=
Karel Moricky, optimised by Killzone_Kid
 
|eff= local |Multiplayer Effects=
 
| <pre>/*


Description:
Description:
Define script parameter
Exports classname of selected song and copies it to the clipboard.


Parameter(s):
Parameter(s):
0: ARRAY - list of params
-
1: NUMBER - selected index
2: ANY (Optional) - default param (used when param is missing or of wrong type)
                  - you can overload default value by setting 'BIS_fnc_&lt;functionName&gt;_&lt;index&gt;'
3: ARRAY (Optional) - list of allowed type examples (e.g. ["",[],0,objnull])
4: NUMBER (Optional) - If value is ARRAY, checks if it has required number of elements


Returns:
Returns:
ANY - either value from list of params, or default value
BOOLEAN - true
*/
*/


///////////////////////////////////////////////////////////////////////////////////////////////////////////
</pre>{{Informative|Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]]}} |= Description
 
 
#define TYPE_ERROR "Error: type %1 expected %2 on index %3 in %4"
#define SIZE_ERROR "Error: size %1 expected %2 on index %3 in %4"
 
<br><br>{{Informative|Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]]}} |= Description


|[] call [[BIS_fnc_param]];|= Syntax
|[] call [[Enh_fnc_3denRadio_exportClassname]];|= Syntax


|p1= |= Parameter 1
|p1= parameter: Type - (Optional, default defValue) description |= Parameter 1


| |= Return value
| |= Return value


|x1= <code></code>; |=  
|x1= <code></code>|=  


| |= See also
| |= See also
}}
}}


[[Category:Function Group: Debug|{{uc:param}}]]
[[Category:Function Group: 3denRadio|{{uc:3denRadio_exportClassname}}]]
[[Category:Functions|{{uc:param}}]]
[[Category:Functions|{{uc:3denRadio_exportClassname}}]]
[[Category:{{Name|tkoh}}: Functions|{{uc:param}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:3denRadio_exportClassname}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:param}}]]

Revision as of 19:19, 23 December 2018

Hover & click on the images for description

Description

Description:
/*

	Description:
	Exports classname of selected song and copies it to the clipboard.

	Parameter(s):
	-

	Returns:
	BOOLEAN - true
*/

Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[] call Enh_fnc_3denRadio_exportClassname;
Parameters:
parameter: Type - (Optional, default defValue) description
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