SetObjectCastShadow

From Onset Developer Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
SetObjectCastShadow

Type: Function
Context: Client
Introduced: v1.0

Description

Toggles shadow casting for an object.

Syntax

SetObjectCastShadow(object, bEnable)

Parameters

  • object
    The object identifier.
  • bEnable
    true to enable shadows, false to disable.

Return Value

  • Returns true.

Example

__EDIT_ME__

See also