getObjectTextures: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)]]" to "{{GameCategory|arma3|Scripting Commands}}") |
Lou Montana (talk | contribs) m (Text replacement - "[[Arma 3 " to "[[Arma 3: ") |
||
(29 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| arma3 | | |game1= arma3 | ||
|version1= 1.38 | |||
| | |arg= global | ||
| | |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]].}} | ||
|s1= [[getObjectTextures]] obj | |||
| | |p1= obj: [[Object]] | ||
| | |r1= [[Array]] of [[String]]s - array of textures | ||
| | |x1= <sqf>_textures = getObjectTextures player;</sqf> | ||
| | |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