nanos world API Reference Unofficial documentation
Function Client Slow

Widget:BindBlueprintEventDispatcher

Assigns and Binds a Blueprint Event Dispatcher

Syntax

Lua
my_widget:BindBlueprintEventDispatcher(dispatcher_name, callback)

Parameters

Name Type Default Description
dispatcher_name string Event Dispatcher name
callback function Callback function to call
Callback signature function(self, params)

Returns

  • function the callback itself