C-DEngine 5.105

ICDEPlugin..::..InitEngineAssets Method

The C-DEngine will call this function to give a reference to the IBaseEngine Interface of the MyBaseEngine to the plugin-service The IBaseEngine contains many methods for communication management Use this method to initialize all your assets that are NOT depending on other Plugins or Engines You cannot assume that any other engine is running at the execution time of this method

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

Syntax


void InitEngineAssets(
	IBaseEngine pEngine
)
Sub InitEngineAssets ( _
	pEngine As IBaseEngine _
)
void InitEngineAssets(
	IBaseEngine^ pEngine
)

Parameters

pEngine
Type: nsCDEngine.Engines..::..IBaseEngine
The IBaseEngine Interface used by the Plugin-Service. Store this in a private variable and return it in the GetBaseEngine call