MLAPI/docs/M_MLAPI_NetworkingManagerComponents_NetworkPoolManager_DestroyPool.md
2018-03-31 10:20:18 +02:00

817 B

NetworkPoolManager.DestroyPool Method

This destroys an object pool and all of it's objects. Can only be called from the server

Namespace: MLAPI.NetworkingManagerComponents
Assembly: MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public static void DestroyPool(
	string poolName
)

Parameters

 

poolName
Type: System.String
The name of the pool

See Also

Reference

NetworkPoolManager Class
MLAPI.NetworkingManagerComponents Namespace