new b5.A_Call(func, params){b5.A_Call}
actions/generic/general.js, line 178
Action that calls a function then exits
Created actions should be added to an actor or scenes actions list to be processed
For a complete overview of Actions see Booty5 Actions Overview
| Name | Type | Description |
|---|---|---|
func |
string |
Function to call |
params |
object |
Parameter or pass to the function |
Returns:
| Type | Description |
|---|---|
| b5.A_Call | The created action |