// Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
class UTMutator_YesTranslocator extends UTMutator;
function InitMutator(string Options, out string ErrorMessage)
{
if ( UTGame(WorldInfo.Game) != None )
{
UTGame(WorldInfo.Game).bAllowTranslocator = true;
}
Super.InitMutator(Options, ErrorMessage);
}
defaultproperties
{
GroupNames(0)="TRANSLOC"
// Begin Object Class=SpriteComponent Name=Sprite ObjName=Sprite //Archetype=SpriteComponent'UTGame.Default__UTMutato r:Sprite'
// ObjectArchetype=SpriteComponent'UTGame.Default__UT Mutator:Sprite'
End Object
Components(0)=Sprite
Name="Default__UTMutator_YesTranslocator"
ObjectArchetype=UTMutator'UTGame.Default__UTMutato r'
}
Bookmarks