Procedures

The first step while working with Lordui is to create a Procedure. You may create procedure by hitting the buttonImage newproc or by selecting ''Add procedure'' from the right mousebutton click-menu on procedure window. Procedure name should contain letters, digits and colons only. Every colon will be threaten as the package separator, where the last ingredient is the name of procedure, and all previous ingredients are package names e.g. name it ''package1:package2:proc'' to create a package1, that will contain package2, where the Procedure ''proc'' will be stored.
Procedures may have arguments. To be able to edit the procedure arguments you should select the procedure in procedures window. After adding the argument, you should fill in it's type and name. It is recommended to have single type per single name for whole project. The procedure may be deleted, renamed (by renaming the packages name, it will be moved to another package), duplicated or copied. There is also a tool to search for procedures.
While there is any procedure executed on any player, there are two very import keyboard shortcuts available:
  1. Scroll lock - Stops running all currently executed procedures (all the players)
  2. Pause/break - Pauses or resumes all players



Subsections
krzys2015-02-01