1
0
KF2-Dev-Scripts/GFxUIEditor/Classes/GFxImportCommandlet.uc
2020-12-13 18:01:13 +03:00

20 lines
370 B
Ucode

/**
* Copyright 1998-2013 Epic Games, Inc. All Rights Reserved.
*/
class GFxImportCommandlet extends Commandlet
native;
cpptext
{
virtual INT Main(const FString& Params);
}
/**
* A utility that imports and/or re-imports SWF assets
*
* @param Params the string containing the parameters for the commandlet
*/
event int Main(string Params);