Class Game.ScriptExecutor

  • Enclosing class:
    Game

    public static class Game.ScriptExecutor
    extends Object
    • Constructor Detail

      • ScriptExecutor

        public ScriptExecutor()
    • Method Detail

      • fire

        public static void fire​(int id,
                                Object... args)
        Parameters:
        id - The id of the script
        args - Arguments for the script
      • fireAndPopIntStack

        public static int fireAndPopIntStack​(ScriptComposite composite,
                                             Object... args)