Core.Object | +--Engine.Actor | +--UMS1_6.UMS
float
GetUMSVersion()
00001 //============================================================================= 00002 // UMS. Version 1.7 00003 // Base class of most UMS actors. 00004 //============================================================================= 00005 00006 class UMS expands Actor 00007 abstract; 00008 00009 function float GetUMSVersion() 00010 { 00011 00012 return 1.70; 00013 00014 } 00015 00016 defaultproperties 00017 { 00018 bHidden=True 00019 }