setObjectMaterialGlobal: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1.56)
No edit summary
Line 4: Line 4:
|arma3|= Game name
|arma3|= Game name


|1.56|= Game version
|1.54|= Game version


|arg= global |= Arguments in MP
|arg= global |= Arguments in MP

Revision as of 09:37, 22 February 2016

Hover & click on the images for description

Description

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

Syntax

Syntax:
obj setObjectMaterialGlobal [selection, material]
Parameters:
obj: Object
[selection,material]: Array
selection: Number
material: String
Return Value:
Nothing

Examples

Example 1:
player setObjectMaterialGlobal [0, "A3\Structures_F\Data\Windows\window_set.rvmat"];

Additional Information

See also:
setObjectTexturesetObjectTextureGlobalgetObjectTexturessetObjectMaterialgetObjectMaterials

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