Funzione
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
my_vehicle:BindAnimationBlueprintEventDispatcher(dispatcher_name, callback)
Parametri
| Nome | Tipo | Predefinito | Descrizione |
|---|---|---|---|
dispatcher_name
|
string | — | Event Dispatcher name |
callback
|
function | — | Callback function to call |
Valore restituito
- function the callback itself