displayUniqueName: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (2.12 released, no longer only dev branch)
No edit summary
Line 7: Line 7:


|descr= Get the provided display's [[Procedural Textures#UI On Texture|UI On Texture]] unique name.
|descr= Get the provided display's [[Procedural Textures#UI On Texture|UI On Texture]] unique name.
You can use [[findDisplay]] for the reverse operation of getting a Display by its Unique Name.


|s1= [[displayUniqueName]] display
|s1= [[displayUniqueName]] display
Line 16: Line 17:
|x1= <sqf>private _displayName = displayUniqueName _myDisplay;</sqf>
|x1= <sqf>private _displayName = displayUniqueName _myDisplay;</sqf>


|seealso= [[displayUpdate]] {{Link|Procedural Textures#UI On Texture}}
|seealso= [[findDisplay]] [[displayUpdate]] {{Link|Procedural Textures#UI On Texture}}
}}
}}

Revision as of 11:39, 1 March 2023

Hover & click on the images for description

Description

Description:
Get the provided display's UI On Texture unique name. You can use findDisplay for the reverse operation of getting a Display by its Unique Name.
Groups:
GUI Control

Syntax

Syntax:
displayUniqueName display
Parameters:
display: Display
Return Value:
String - the unique display identifier

Examples

Example 1:
private _displayName = displayUniqueName _myDisplay;

Additional Information

See also:
findDisplay displayUpdate Procedural Textures - UI On Texture

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