displayUniqueName: Difference between revisions
Jump to navigation
Jump to search
Cat Harsis (talk | contribs) 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 10:39, 1 March 2023
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:
Additional Information
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