gameDelaySystemScriptedDelayCallbackWrapper

Description

Allows creating custom callbacks to use in-game with [DelaySystem].

If you're looking to trigger callbacks outside of game sessions, see wiki of Codeware for custom events.

Functions

Call() -> Void

Method which gets automatically called after delay, see [DelayCallback] and [DelaySystem.DelayCallbackNextFrame].

Last updated