EnableObjectHitEvents

From Onset Developer Wiki
Revision as of 20:06, 30 August 2020 by BlueMountains (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
EnableObjectHitEvents

Type: Function
Context: Client
Introduced: v1.0

Description

Enables the OnObjectHit event.

Syntax

EnableObjectHitEvents(object [, bEnable])

Parameters

  • object
    The object identifier.
  • bEnable (optional)
    true to enable, default: true

Return Value

  • Returns true

Example

__EDIT_ME__

See also