Sha256: e510bad94c7633161c4c5b07a49fe8cefe189509ce54322f93bdfeaca935f3bd

Contents?: true

Size: 564 Bytes

Versions: 22

Compression:

Stored size: 564 Bytes

Contents

EVENTS

  DESCRIPTION
    Scripts can be written to be triggered by events.  The current list is as
    follows, but it is expected that the list of events will grow.

      on_load - run when a script loads
      on_unload - run when an object receives an unload message

      TODO:  add event types.

  EXAMPLE
    Show a message when a file is loaded:

      start [container] :
        on_load [script] : show "Welcome back!" (white)

    Show a message when a file unloaded:

      done [container] :
        on_unload [script] : show "See ya soon!" (white)

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
gloo-lang-1.0.2 lib/gloo_lang/help/core/events.txt
gloo-1.0.0 lib/gloo/help/core/events.txt
gloo-lang-1.0.1 lib/gloo_lang/help/core/events.txt
gloo-lang-1.0.0 lib/gloo_lang/help/core/events.txt
gloo-lang-0.9.11 lib/gloo_lang/help/core/events.txt
gloo-lang-0.9.10 lib/gloo_lang/help/core/events.txt
gloo-lang-0.9.9 lib/gloo_lang/help/core/events.txt
gloo-lang-0.9.8 lib/gloo_lang/help/core/events.txt
gloo-lang-0.9.7 lib/gloo_lang/help/core/events.txt
gloo-lang-0.9.6 lib/gloo_lang/help/core/events.txt
gloo-lang-0.9.5 lib/gloo_lang/help/core/events.txt
gloo-lang-0.9.4 lib/gloo_lang/help/core/events.txt
gloo-lang-0.9.3 lib/gloo_lang/help/core/events.txt
gloo-0.8.0 lib/gloo/help/core/events.txt
gloo-0.7.7 lib/gloo/help/core/events.txt
gloo-0.7.6 lib/gloo/help/core/events.txt
gloo-0.7.5 lib/gloo/help/core/events.txt
gloo-0.7.4 lib/gloo/help/core/events.txt
gloo-0.7.3 lib/gloo/help/core/events.txt
gloo-0.7.2 lib/gloo/help/core/events.txt