This documenta- tion describes the current state of development.
Note that interfaces and functionality may still change.

Prokee Modules:
  A
  B
  C
  D
  E
  F
  G
  I
  L
  M
  N
  O
  P
  R
  S
  T
  U
  W

     open all    |    close all

GUI Elements:
  B
  C
  I
  M
  P
  R
  S
  T

     open all    |    close all

GUI Interactions:
  B
  F
  H
  S

     open all    |    close all

GUI Layouts:
  L

     open all    |    close all

Games/Demos:
  M

     open all    |    close all

Third Party Libraries:
  P
  F
  Z

     open all    |    close all

Information about this Website / Informationen zu dieser Webseite:
In case of any questions, or comments, please feel free to contact me via email at apoll500@gmail.com.

Module settings

[Main Page]   [Details]   [Tests]       [AbsSettings]   [AbsMultiSettings]

This documentation describes the Prokee module interface.

Motivation

Die Datei wird Zeilenwiese verarbeitet:

Syntax:

LINE:

Beispiele:
DEF window:SETTINGS
{
    $show_window="maximize";
}
DEF files:SETTINGS
{
    $file="info.txt";
    $file="test.txt";
    $file="main.txt";
}

DEF window
    $show_window="maximize";
END

DEF files
    $file="info.txt";
    $file="test.txt";
    $file="main.txt";
END

[window]
->show_window="maximize";

[files]
->file="info.txt";
->file="test.txt";
->file="main.txt";


Copyright © 2017 2018 by Andreas Pollhammer