Page 1 of 1

EncroachingOn

Posted: Sun Jun 17, 2018 2:32 am
by Barbie
Can anybody tell me the sense of the following code?

Code: Select all

event bool EncroachingOn( actor Other )
{
	if ( (Other.Brush != None) || (Brush(Other) != None) )
		return true;
		
	return false;
}
It is taken from Queen's code and causes that Queen telefragging party on SpawnPoints.

Re: EncroachingOn

Posted: Sun Jun 17, 2018 7:54 am
by sektor2111
Queen will crush player in range as the rest of pawns, other Queens included but here probably are killed directly in "state teleporting" skipping kill instances and NOT DOING events resulting in broken counters and all that stuff that has to be triggered by these "awesome" monsters.