Unit 'libgnome' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#gnome1]

TGnomeTrigger

Declaration

Source position: gnometriggers.inc line 10

type TGnomeTrigger = record

  thetype: TGnomeTriggerType;

  U: record

    case LongInt of

      1: (

          thefunction: TGnomeTriggerActionFunction;

        );

      2: (

          command: pgchar;

        );

      3: (

          media: record

            thefile: Pgchar;

            cache_id: Integer;

          end;

        );

  end;

  level: PGchar;

end;


Documentation generated on: 2023-03-18