boolean LCN_LoadScene (int $InstanceID, int $Scene)
InstanceID | ID of the output to be switched |
Scene | Which scene should be loaded (0.. 9, 15) |
If the command succeeds, it returns TRUE, otherwise FALSE.
Calls the scene Scene of the output with the ID InstanceID.
If the special value 15 is specified as the scene, the value is taken from the counter Tvar/Var1
//Calls scene 5 of the output with ID 12345
LCN_LoadScene(12345, 5);