If you want to help us maintaining this wiki, check out our discord server: https://discord.gg/3u69jMa 

MaterialFactory

From SWRC Wiki
Revision as of 20:08, 11 April 2021 by Plasma (talk | contribs) (Created page with "<source lang="c++"> class MaterialFactory extends Object abstract native; var string Description; const RF_Standalone = 0x00080000; event Material CreateMaterial( Object...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
class MaterialFactory extends Object
	abstract
	native;

var string Description;

const RF_Standalone = 0x00080000;

event Material CreateMaterial( Object InOuter, string InPackage, string InGroup, string InName );
native function ConsoleCommand(string Cmd);

defaultproperties
{
}