馃摎
NativeDB 路 Documentation
  • Home
  • Contributing
    • Structure
    • Format and syntax
    • Guidelines
  • Contributors
  • GLOBALS
  • CLASSES
    • AIVehicleJoinTrafficCommand
    • EngineTime
    • entEntity
    • entIComponent
    • gameBlackboardSystem
    • gameDelayID
    • gameDelaySystem
    • gameDelaySystemScriptedDelayCallbackWrapper
    • gameGameAudioSystem
    • gamemappinsMappinSystem
    • gamemountingMountingRelationship
    • gameObject
    • gameScriptableSystem
    • gameScriptableSystemRequest
    • gameTargetSearchQuery
    • gameTimeSystem
    • gameTransactionSystem
    • inkTextWidget
    • inkWidget
    • IScriptable
    • NPCPuppet
    • redEvent
    • redResourceReferenceScriptToken
    • ScriptGameInstance
    • vehicleBaseObject
    • vehicleVehicleBumpEvent
Powered by GitBook
On this page
  • Description
  • Functions
Edit on GitHub
Export as PDF
  1. CLASSES

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].

PreviousgameDelaySystemNextgameGameAudioSystem

Last updated 9 months ago