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

RallyIconActor

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 RallyIconActor extends IntangibleActor
	;


defaultproperties
{
     StaticMesh=StaticMesh'MarkerIcons.Commands.EngageIcon'
     bUnlit=True
     bAlignBottom=True
}