Add reworked Worker Enemy AI #3
@ -24,8 +24,11 @@ void APatrolRoute::IncrementPatrolRoute()
 | 
			
		||||
	}
 | 
			
		||||
	
 | 
			
		||||
	PatrolIndex += Direction;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
FVector APatrolRoute::GetSplinePointAtWorld()
 | 
			
		||||
{
 | 
			
		||||
	return GetSplinePointAtWorld(PatrolIndex);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
FVector APatrolRoute::GetSplinePointAtWorld(int pointIndex)
 | 
			
		||||
 | 
			
		||||
@ -28,5 +28,7 @@ public:
 | 
			
		||||
 | 
			
		||||
	void IncrementPatrolRoute();
 | 
			
		||||
 | 
			
		||||
	FVector GetSplinePointAtWorld();
 | 
			
		||||
	
 | 
			
		||||
	FVector GetSplinePointAtWorld(int pointIndex);
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user