コード例 #1
0
bool BL_ActionManager::IsActionDone(short layer)
{
	BL_Action *action = GetAction(layer);

	return action ? action->IsDone() : true;
}