If you want to help us maintaining this wiki, check out our discord server: https://discord.gg/3u69jMa 

IntangibleActor

From SWRC Wiki
Jump to navigation Jump to search
//=============================================================================
// RallyIconActor.
// An actor that is drawn using a static mesh(a mesh that never changes, and
// can be cached in video memory, resulting in a speed boost).
//=============================================================================

class IntangibleActor extends Actor
	native;


defaultproperties
{
     DrawType=DT_StaticMesh
     bAcceptsProjectors=False
     bBlockZeroExtentTraces=False
     bBlockNonZeroExtentTraces=False
     CollisionRadius=1
     CollisionHeight=1
     bEdShouldSnap=True
}