Click or drag to resize

ScreenModify Constructor (Int32, Boolean, Boolean, Boolean, Int32, Int32, Int32, Int32, Int32)

Initializes a new instance of the ScreenModify class.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public ScreenModify(
	int[] reserved,
	bool addRegion,
	bool removeRegion,
	bool setTimeout,
	int screenIndex,
	int regionIndex,
	int regionScreenNext,
	int timeoutValue,
	int timeoutScreenNext
)

Parameters

reserved
Type: SystemInt32
The parameter is not used.
addRegion
Type: SystemBoolean
Whether or not this message is adding a region to this Screen.
removeRegion
Type: SystemBoolean
Whether or not this message is removing a region from this Screen.
setTimeout
Type: SystemBoolean
Whether or not this message is setting the timeout value of this Screen.
screenIndex
Type: SystemInt32
The index of the Screen that is being modified.
regionIndex
Type: SystemInt32
The index to be added/removed if applicable.
regionScreenNext
Type: SystemInt32
The index of the next Screen if the Region is interacted with.
timeoutValue
Type: SystemInt32
The timeout value if applicable.
timeoutScreenNext
Type: SystemInt32
The index of the next Screen if this one times out.
See Also