Riferimento API di nanos world Documentazione italiana non ufficiale
Documentazione ufficiale
Funzione Client Lento Solo bleeding edge

Vehicle:BindAnimationBlueprintEventDispatcher

Assigns and Binds an Animation Blueprint Event Dispatcher.<br><br><b>Note:</b> only <a href='/docs/scripting-reference/classes/vehiclewheeled'>VehicleWheeled</a> has an Animation Blueprint, on any other Vehicle type this does nothing.

Non ancora tradotto

Sintassi

Lua
my_vehicle:BindAnimationBlueprintEventDispatcher(dispatcher_name, callback)

Parametri

Nome Tipo Predefinito Descrizione
dispatcher_name string Event Dispatcher name
callback function Callback function to call
Firma della callback function(self, params)

Valore restituito

  • function the callback itself