displayUniqueName: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Some wiki formatting)
 
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.
{{Feature|informative|See [[findDisplay]] to get a [[Display]] by its unique name.}}


|s1= [[displayUniqueName]] display
|s1= [[displayUniqueName]] display

Latest revision as of 12:17, 1 March 2023

Hover & click on the images for description

Description

Description:
Get the provided display's UI On Texture unique name.
See findDisplay to get 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