XSGridEditor  1.0.0
XSGridEditor is a lightweight square grid map system for 2D/3D SRPG games, and comes with a simple and easy-to-use grid editing function. It can be used as a beginning for you to create SRPG games.
Static Public Attributes | List of all members
XSSLG.Config.ExecutionOrder Class Reference

自定义脚本执行顺序 More...

Static Public Attributes

const int MAIN = -1000
 
const int MAINEDITMODE = -999
 
const int BATTLEBOX_LOADER = -350
 
const int BATTLE_INIT = -300
 

Detailed Description

自定义脚本执行顺序

Member Data Documentation

◆ BATTLE_INIT

const int XSSLG.Config.ExecutionOrder.BATTLE_INIT = -300
static

◆ BATTLEBOX_LOADER

const int XSSLG.Config.ExecutionOrder.BATTLEBOX_LOADER = -350
static

◆ MAIN

const int XSSLG.Config.ExecutionOrder.MAIN = -1000
static

◆ MAINEDITMODE

const int XSSLG.Config.ExecutionOrder.MAINEDITMODE = -999
static

The documentation for this class was generated from the following file: