nanos world API Reference Unofficial documentation
Function Client Slow

CharacterSimple:BindAnimationBlueprintEventDispatcher

Assigns and Binds an Animation Blueprint Event Dispatcher

Syntax

Lua
my_character_simple:BindAnimationBlueprintEventDispatcher(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