Skip to content
This repository has been archived by the owner on Mar 26, 2020. It is now read-only.

Requests

ChiefOfGxBxL edited this page Jan 13, 2018 · 2 revisions

Requests are events sent to the application to perform a key action, like adding a new unit to the map, or requesting user input. You will use requests in your extension to modify the project. Below is a list of requests (by category) and detailed information.

Category
ProjectObject EditorTriggersWindowsImportsMisc

Project

  • newProject
  • saveProject
  • compileProject
  • loadProject
  • requestProject
  • updateMapInfo

Object Editor

  • newObject
  • editObject
  • requestIdCounter

Triggers

  • newTrigger
  • editTrigger
  • requestTriggers
  • requestScriptingLanguages

Windows

  • openWindow
  • registerWindow

Imports

  • newImport
  • editImport
  • requestImportList

Misc

  • requestUserInput
  • responseUserInput
  • setGlobalSetting
  • setLocalSetting

General

Features

Community

  • Conduct
  • Contributing
  • Support
  • Hive

Extensions

  • Getting Started
  • References
  • Checklist
  • NPM/Publishing
Clone this wiki locally