setObjectTextureGlobal

From Bohemia Interactive Community
Revision as of 14:22, 11 November 2013 by DarkDruid (talk | contribs) (Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3 |= Game name |1.06|= Game version ____________________...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Set the texture of the given selection on all computers in a network session. Evaluation is a string expression executed on each client, if true on a client then the texture is set on that client.
Groups:
Uncategorised

Syntax

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

Examples

Example 1:
player setObjectTextureGlobal [0,"\MyAddon\blue.paa","side player == side _this"]

Additional Information

See also:
See also needed

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