home *** CD-ROM | disk | FTP | other *** search
/ Game Level Design / GLDesign.bin / Software / UnrealEngine2Runtime / UE2Runtime-22262001_Demo.exe / Editor / Classes / MaterialFactory.uc < prev    next >
Text File  |  2003-10-22  |  269b  |  11 lines

  1. class MaterialFactory extends Object
  2.     abstract
  3.     native;
  4.  
  5. var string Description;
  6.  
  7. const RF_Standalone = 0x00080000;
  8.  
  9. event Material CreateMaterial( Object InOuter, string InPackage, string InGroup, string InName );
  10. native function ConsoleCommand(string Cmd);
  11.