« Back to Product

Documentation

SZS_SaveScene

Require: IP-Symcon >= 5.0

 boolean SZS_SaveScene (int $InstanceID, int $SceneNumber) 

Parameters

InstanceID

ID of Instance

SceneNumber

Number of the Scene

Returns

Konnte der Befehl erfolgreich ausgeführt werden, liefert er als Ergebnis TRUE, andernfalls FALSE.

Description

Saves the values of the variables present in the list in the corresponding scene.

Example

SZS_SaveScene(12345, 1);
Any questions?