BBMOD_StateMachine.update

A function defined in BBMOD_StateMachine.gml

update(_deltaTime)

Description

Executes function for the current state of the state machine (if defined).

Arguments

Name Type Description
_deltaTime Real How much time has passed since the last frame (in microseconds).

Returns

Struct.BBMOD_StateMachine Returns self.

Note

This function does not do anything if the state machine has not started yet or if it has already reached its final state.

See also

BBMOD_StateMachine.finish, BBMOD_StateMachine.start

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on July 03, 2024 using GMDoc.