Revscriptsys

Script Structure

Constructor:

  • GlobalEvent(eventName)

  • eventName: Equivalent to the name tag in XML.

Events:

  • onStartup()

  • onShutdown()

  • onTime(time)

  • onThink(interval)

  • onRecord(current, old)

Methods:

  • register(): Finalizes the definition of the global event and registers it.

  • type(eventType):

  • eventType: Equivalent to the type tag in XML.

  • time(executionTime):

  • executionTime: Equivalent to the time tag in XML.

  • interval(executionInterval):

  • executionInterval: Equivalent to the interval tag in XML.

Examples

Last updated

Was this helpful?