SetObjectColor: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
Line 16: Line 16:


{{RelatedFunctions}}
{{RelatedFunctions}}
__EDIT_ME__
* [[GetObjectCount]]
* [[GetObjectModelCount]]
* [[GetObjectModelGroup]]
* [[GetObjectModelName]]
* [[GetStreamedObjects]]
* [[GetObjectModel]]
* [[GetObjectLocation]]
* [[GetObjectRotation]]
* [[GetObjectScale]]
* [[GetObjectBoundingBox]]
* [[GetObjectSize]]
* [[EnableObjectHitEvents]]
* [[GetObjectMass]]
* [[SetObjectEditorSpeed]]
* [[SetObjectEditable]]
* [[SetObjectOutline]]
* [[SetObjectCastShadow]]
* [[SetObjectEmissiveColor]]
* [[SetObjectTexture]]
* [[SetObjectAnimatedTexture]]

Revision as of 14:56, 14 November 2019

SetObjectColor

Type: Function
Context: Client
Introduced: v1.0

Description

__EDIT_ME__

Syntax

SetObjectColor(object, ColorHex [, MaterialSlot])

Parameters

  • object
    __EDIT_ME__
  • ColorHex
    __EDIT_ME__
  • MaterialSlot (optional)
    __EDIT_ME__

Return Value

  • __EDIT_ME__

Example

__EDIT_ME__

See also