setObjectTextureGlobal: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (JIP compatibility note)
No edit summary
Line 38: Line 38:
<dd class="notedate">Posted on 21 November, 2013
<dd class="notedate">Posted on 21 November, 2013
<dt class="note">[[User:Killzone_Kid|Killzone_Kid]]<dd class="note">
<dt class="note">[[User:Killzone_Kid|Killzone_Kid]]<dd class="note">
This command currently '''is not JIP compatible'''.
This command currently '''is not JIP compatible'''. [http://feedback.arma3.com/view.php?id=16197]





Revision as of 16:26, 21 November 2013

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:
setObjectTexture

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

Posted on 21 November, 2013
Killzone_Kid
This command currently is not JIP compatible. [1]

Bottom Section