General Script API
  • Overview
  • Introdution
  • Standard
    • Chat
    • Reflection
  • Events
    • Introdution
    • Base Events
    • Player Events
Powered by GitBook
On this page
  • base::init
  • base::shutdown
  1. Events

Base Events

Namespce: base

base::init

The script setup logic, will be called in after script evaluation, only one init event handler allowed

returns (bool) result Script setup result, false to fail

base::shutdown

The script shutdown logic, will be called when plugin shutdown

PreviousIntrodutionNextPlayer Events

Last updated 1 year ago