getObjectTextures: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \| *(game[0-9]|version[0-9]|gr[0-9]|serverExec|mp|pr|descr|s[0-9]|p[0-9]{1,3}|r[0-9]|x1?[0-9]|seealso) *= +" to " |$1= ") |
Lou Montana (talk | contribs) m (Text replacement - "[[Arma 3 " to "[[Arma 3: ") |
||
(10 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
|gr1= Object Manipulation | |gr1= Object Manipulation | ||
|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]].}} | |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= | |s1= [[getObjectTextures]] obj | ||
|p1= obj: [[Object]] | |p1= obj: [[Object]] | ||
|r1=[[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