C-DEngine 5.105

TheNMIEngine..::..RegisterEngine Method

Registers an Engine with the NMI Service in order to provide resources

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static bool RegisterEngine(
	IBaseEngine pEngine
)
Public Shared Function RegisterEngine ( _
	pEngine As IBaseEngine _
) As Boolean
public:
static bool^ RegisterEngine(
	IBaseEngine^ pEngine
)