Click or drag to resize

ResourceAvailability Constructor

Initializes a new instance of the ResourceAvailability class.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public ResourceAvailability(
	byte numberAvailable,
	int spaceAvailable,
	int[] reserved
)

Parameters

numberAvailable
Type: SystemByte
Number of resource indexes available to store resources.
spaceAvailable
Type: SystemInt32
Amount of space in bytes available to store resources.
reserved
Type: SystemInt32
This parameter is not used.
See Also