Click or drag to resize

NetworkPoolManagerDestroyPool 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: SystemString
The name of the pool
See Also