Skip to main content

InterfaceWorksValue

This class is mainly responsible for firing Retracing events.

Inherits from:

API

  • :Set(Value: any) - Sets the value as the first given argument.
  • :Destroy() - Destroys the value.

Events

  • :OnChange(callback: () -> ()) - On every Value change the callback function is fired.

Properties

  • Value
    • The actaul value.
    • Read-only.