setObjectTextureGlobal: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3 |= Game name |1.06|= Game version ____________________...") |
Killzone Kid (talk | contribs) (evaluation is redundant param, think we established with Karel Moricky it might have been copy paste left over) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Set the texture of the given selection on all computers in a network session | | Set the texture of the given selection on all computers in a network session. |= Description | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| obj '''setObjectTextureGlobal''' [selection,texture | | obj '''setObjectTextureGlobal''' [selection,texture] |= Syntax | ||
|p1= obj: [[Object]] |= PARAMETER1 | |p1= obj: [[Object]] |= PARAMETER1 | ||
|p2= [selection,texture | |p2= [selection,texture]: [[Array]] |= PARAMETER2 | ||
|p3= selection: [[Number]] |= PARAMETER3 | |p3= selection: [[Number]] |= PARAMETER3 | ||
|p4= texture: [[String]] |= PARAMETER4 | |p4= texture: [[String]] |= PARAMETER4 | ||
| [[Nothing]] |= RETURNVALUE | | [[Nothing]] |= RETURNVALUE | ||
|x1= <code>player setObjectTextureGlobal [0,"\MyAddon\blue.paa | |x1= <code>player setObjectTextureGlobal [0,"\MyAddon\blue.paa"]</code>|= EXAMPLE1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[setObjectTexture]] |= SEEALSO | ||
| |= MPBEHAVIOUR | | |= MPBEHAVIOUR |
Revision as of 14:19, 11 November 2013
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