getObjectMaterials: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(see also)
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(34 intermediate revisions by 3 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 materials associated with the object.


| Gets all custom materials associated with the object. |= Description
|s1= [[getObjectMaterials]] obj
____________________________________________________________________________________________


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


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


| [[Array]] of [[String]]s - array of materials |= RETURNVALUE
|x1= <sqf>_materials = getObjectMaterials car;</sqf>


 
|seealso= [[setObjectMaterial]] [[setObjectTextureGlobal]] [[getObjectTextures]] [[setObjectTexture]] [[setObjectMaterialGlobal]]
|x1= <code>_materials = [[getObjectMaterials]] car;</code>|= EXAMPLE1
____________________________________________________________________________________________
 
| [[setObjectMaterial]], [[setObjectTextureGlobal]], [[getObjectTextures]], [[setObjectTexture]], [[setObjectMaterialGlobal]] |= 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 materials associated with the object.
Groups:
Object Manipulation

Syntax

Syntax:
getObjectMaterials obj
Parameters:
obj: Object
Return Value:
Array of Strings - array of materials

Examples

Example 1:
_materials = getObjectMaterials car;

Additional Information

See also:
setObjectMaterial setObjectTextureGlobal getObjectTextures setObjectTexture setObjectMaterialGlobal

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