getObjectTextures: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}")
(Made the warning more visible)
Line 9: Line 9:
|gr1= Object Manipulation
|gr1= Object Manipulation


| Gets all custom textures (hiddenSelectionsTextures) associated with the object. <br> Doesn't work on [[Arma 3 Simple Objects|simple objects]]
| 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]].}}


| '''getObjectTextures''' obj
| '''getObjectTextures''' obj

Revision as of 14:41, 30 April 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
Object Manipulation

Syntax

Syntax:
Syntax needed
Parameters:
obj: Object
Return Value:
Return value needed

Examples

Example 1:
_textures = getObjectTextures player;

Additional Information

See also:
setObjectTexturesetObjectTextureGlobalgetObjectMaterialssetObjectMaterialsetObjectMaterialGlobalgetModelInfo

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