setObjectTextureGlobal: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (ag & eg)
(see also)
Line 30: Line 30:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[setObjectTexture]] |= SEEALSO  
| [[setObjectTexture]], [[getObjectTextures]], [[setObjectMaterial]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 21:15, 12 December 2014

Hover & click on the images for description

Description

Description:
Set the texture of the given selection on all computers in a network session.
Groups:
Uncategorised

Syntax

Syntax:
obj setObjectTextureGlobal [selection, texture]
Parameters:
obj: Object
[selection,texture]: Array
selection: Number
texture: String
Return Value:
Nothing

Examples

Example 1:
player setObjectTextureGlobal [0, "\MyAddon\blue.paa"];

Additional Information

See also:
setObjectTexturegetObjectTexturessetObjectMaterial

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

Notes

Bottom Section