A function defined in BBMOD_StateMachine.gml
update(_deltaTime)
Executes function for the current state of the state machine (if defined).
Name | Type | Description |
---|---|---|
_deltaTime | Real |
How much time has passed since the last frame (in microseconds). |
Struct.BBMOD_StateMachine
Returns self
.
This function does not do anything if the state machine has not started yet or if it has already reached its final state.
BBMOD_StateMachine.finish, BBMOD_StateMachine.start
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.