Reference API Roblox

Engine API

Website

Related

Reference API Roblox

SignalBehavior

Determines when the engine resumes event handlers.

Items 4

HistoryNameValueDescription
473Default0

The default behavior; currently equivalent to Immediate but this will eventually change to Deferred.

473Immediate1

Event handlers are resumed immediately when the event occurs.

473Deferred2

All events are deferred and their handlers resumed at specific resumptions points each frame.

515AncestryDeferred3

Equivalent to Deferred but only for events triggered by changes in ancestry.

Description

Determines when the engine resumes event handlers. At some future point, the default mode will be Deferred but opt-out will still be possible through use of Immediate.

For more information, see Deferred Events.

History 5

Settings