page 1 | 2 | 3 | 4

This command exits the current command section. All virtual commands present in a pre-command or post-command section after "Break" are discarded (not executed). This command is commonly used to quickly terminate a sequence of pre-commands or post-commands in a PGC.
"Break" is useful to skip or temporarily disable a section of commands that the author may want to restore at a later time. It is often used as a debugging tool in the development and testing of branching logic of virtual commands in complex authoring projects.

DVD Command Hex Encoding
Break 00 02 00 00 00 00 00 00

This command can be combined with the for conditional branching. When combining, this command is executed only if the result of the comparison is true.

1)
2)
3)


page 1 | 2 | 3 | 4