getObjectTextures: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}") |
Lou Montana (talk | contribs) m (Text replacement - "[[Arma 3 " to "[[Arma 3: ") |
||
(16 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
| arma3 | |game1= arma3 | ||
|version1= 1.38 | |||
|1.38 | |||
|arg= global | |arg= global | ||
Line 9: | Line 8: | ||
|gr1= Object Manipulation | |gr1= Object Manipulation | ||
| Gets all custom textures (hiddenSelectionsTextures) associated with the object. | |descr= Gets all custom textures (hiddenSelectionsTextures) associated with the object. {{Feature|important|It will return an empty [[Array]] when executed on [[Arma 3: Simple Objects|simple objects]].}} | ||
| | |s1= [[getObjectTextures]] obj | ||
|p1= obj: [[Object]] | |p1= obj: [[Object]] | ||
| [[Array]] of [[String]]s - array of textures | |r1= [[Array]] of [[String]]s - array of textures | ||
|x1= < | |x1= <sqf>_textures = getObjectTextures player;</sqf> | ||
|seealso= [[setObjectTexture]] | |seealso= [[setObjectTexture]] [[setObjectTextureGlobal]] [[getObjectMaterials]] [[setObjectMaterial]] [[setObjectMaterialGlobal]] [[getModelInfo]] | ||
}} | }} |
Revision as of 10:38, 6 May 2024
Description
- Description:
- Gets all custom textures (hiddenSelectionsTextures) associated with the object.
- Groups:
- Object Manipulation
Syntax
- Syntax:
- getObjectTextures obj
- Parameters:
- obj: Object
- Return Value:
- Array of Strings - array of textures
Examples
- Example 1:
Additional Information
- See also:
- setObjectTexture setObjectTextureGlobal getObjectMaterials setObjectMaterial setObjectMaterialGlobal getModelInfo
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