Example #1
0
void NodeController::forceMovementUpdate()
{
	movementUpdate();
}
Example #2
0
void Mage::update(float dt)
{
	baseUpdate(dt);
	stateMachineUpdate(dt);
	movementUpdate(dt);
}
Example #3
0
void NodeController::entity_Moved()
{
	movementUpdate();
}