C-DEngine 5.105

TheISMManager..::..WaitForISMIsStarted Method

Calls the callback when the ISM is started. If it has been started already, it will fire immediatly but asynchronous

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

Syntax


public void WaitForISMIsStarted(
	Action pOnISMStarted
)
Public Sub WaitForISMIsStarted ( _
	pOnISMStarted As Action _
)
public:
void WaitForISMIsStarted(
	Action^ pOnISMStarted
)

Parameters

pOnISMStarted
Type: Action