Core.Object | +--Engine.Actor | +--Engine.Pawn | +--UnrealShare.Bots | +--UnrealShare.HumanBot | +--UnrealShare.FemaleBot | +--UnrealI.FemaleTwoBot
void
ForceMeshToExist()
00001 //============================================================================= 00002 // FemaleTwoBot. 00003 //============================================================================= 00004 class FemaleTwoBot extends FemaleBot; 00005 00006 function ForceMeshToExist() 00007 { 00008 Spawn(class'FemaleTwo'); 00009 } 00010 00011 defaultproperties 00012 { 00013 CarcassType=Class'UnrealI.FemaleTwoCarcass' 00014 Skin=Texture'UnrealShare.Skins.Sonya' 00015 Mesh=LodMesh'UnrealI.Female2' 00016 }