Core.Object | +--Engine.Actor | +--Engine.Info | +--Botpack.AssaultInfo
int
NumObjShots
string
ObjDesc[8]
Texture
ObjShots[8]
00001 class AssaultInfo expands Info; 00002 00003 var() texture ObjShots[8]; 00004 var() localized string ObjDesc[8]; 00005 var() int NumObjShots; 00006 00007 defaultproperties 00008 { 00009 bStatic=True 00010 bNoDelete=True 00011 }