getObjectTextures: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(37 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma3 |= Game name
|game1= arma3
|version1= 1.38


|1.38|= Game version
|arg= global


|arg= global |= Arguments in MP
|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]].}}


| Gets all custom textures (hiddenSelectionsTextures) associated with the object. <br/> Doesn't work on [[Arma 3 Simple Objects|simple objects]] |= Description
|s1= [[getObjectTextures]] obj
____________________________________________________________________________________________


| '''getObjectTextures''' obj |= Syntax
|p1= obj: [[Object]]


|p1= obj: [[Object]] |PARAMETER1=
|r1= [[Array]] of [[String]]s - array of textures


| [[Array]] of [[String]]s - array of textures |RETURNVALUE=  
|x1= <sqf>_textures = getObjectTextures player;</sqf>


 
|seealso= [[setObjectTexture]] [[setObjectTextureGlobal]] [[getObjectMaterials]] [[setObjectMaterial]] [[setObjectMaterialGlobal]] [[getModelInfo]]
|x1= <code>_textures = [[getObjectTextures]] [[player]];</code>|EXAMPLE1=
____________________________________________________________________________________________
 
| [[setObjectTexture]], [[setObjectTextureGlobal]], [[getObjectMaterials]], [[setObjectMaterial]], [[setObjectMaterialGlobal]], [[getModelInfo]] |SEEALSO=
 
|  |MPBEHAVIOUR=
____________________________________________________________________________________________
}}
}}
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style='display:none'>Bottom Section</h3>
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 11:23, 13 May 2022

Hover & click on the images for description

Description

Description:
Gets all custom textures (hiddenSelectionsTextures) associated with the object.
It will return an empty Array when executed on simple objects.
Groups:
Object Manipulation

Syntax

Syntax:
getObjectTextures obj
Parameters:
obj: Object
Return Value:
Array of Strings - array of textures

Examples

Example 1:
_textures = getObjectTextures player;

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