ScreenGetScreenNextList Method |
Gets the list of Screens the device will go to when this Region is interacted with. '0' means stay on this Screen.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public int[] GetScreenNextList()
Public Function GetScreenNextList As Integer()
public:
array<int>^ GetScreenNextList()
member GetScreenNextList : unit -> int[]
Return Value
Type:
Int32Screen next list
See Also