|
Drag[en]gine Script Module DragonScript 1.32.1
|
State machine action using block. More...
Public Member Functions | |
| SMBlockAction | new (Block ablock) |
| Create action. | |
Public Member Functions inherited from Dragengine.StateMachineSystem.SMAction | |
| void | runAction (SMContext context, Dictionary parameters) |
| Run action. | |
State machine action using block.
Provides support to add tiny actions often just calling a SMContext method without needing to implement a full class. The used block has to take two parameter of type SMContext context and Dictionary and parameters. Do not change the content of the dictionary as it is shared.
| SMBlockAction Dragengine.StateMachineSystem.SMBlockAction.new | ( | Block | ablock | ) |
Create action.