SetObjectTexture: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
Line 1: Line 1:
{{Info|Function|Server|1.0}}
{{Info|Function|Client|1.0}}


{{FuncDescription|__EDIT_ME__}}
{{FuncDescription|__EDIT_ME__}}
Line 6: Line 6:


{{FuncParameters}}
{{FuncParameters}}
{{FuncParam|object|__EDIT_ME__}}
{{FuncParam|object|The object identifier.}}
{{FuncParam|TextureFile |__EDIT_ME__}}
{{FuncParam|TextureFile|The texture file in your package folder.}}
{{FuncParamOptional|MaterialSlot|__EDIT_ME__}}
{{FuncParamOptional|MaterialSlot|The material slot of the object model}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|__EDIT_ME__}}

Revision as of 11:45, 5 November 2019

SetObjectTexture

Type: Function
Context: Client
Introduced: v1.0

Description

__EDIT_ME__

Syntax

SetObjectTexture(object, TextureFile [, MaterialSlot])

Parameters

  • object
    The object identifier.
  • TextureFile
    The texture file in your package folder.
  • MaterialSlot (optional)
    The material slot of the object model

Return Value

  • __EDIT_ME__

Example

__EDIT_ME__

See also

__EDIT_ME__