Funzione
Lento
Solo bleeding edge
Vehicle:CallAnimationBlueprintEvent
Calls an Animation Blueprint Event or Function<br/>Returns all Function return values on <strong>Client Side</strong><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:CallAnimationBlueprintEvent(event_name, arguments... = nil)
Parametri
| Nome | Tipo | Predefinito | Descrizione |
|---|---|---|---|
event_name
|
string | — | Event or Function name |
arguments...
facoltativo
|
any | nil |
Sequence of arguments to pass to the event |
Valore restituito
- any... the function return values