BIS fnc objectVar: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Generated by BIS_fnc_exportFunctionsToWiki)
 
(Created page with "{{Function|= Comments ____________________________________________________________________________________________ | arma3 |= Game name |1.00|= Game version ________________...")
Line 1: Line 1:
{{Function|= Comments
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________
Line 9: Line 8:


| <pre>/*
| <pre>/*
Author: Karel Moricky, modified by Jiri Wainar


Description:
Description:
Line 27: Line 25:


| <!-- [] call [[BIS_fnc_objectVar]]; --> |= Syntax
| <!-- [] call [[BIS_fnc_objectVar]]; --> |= Syntax
|p1= |= Parameter 1
|p1= |= Parameter 1



Revision as of 11:59, 28 July 2014

Hover & click on the images for description

Description

Description:
/*

	Description:
	Return an unique object variable.
	The variable is preserved after unit respawn.

	Parameter(s):
		0: OBJECT
		1 (Optional): STRING - variable name (number will be added behind it)

	Returns:
	STRING
*/

(Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki)
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