Examples of installMapChance()


Examples of de.yaams.extensions.rgssproject.map.YMapView.installMapChance()

            map.installClickSupport();

            map.setSelectX(RubyHelper.toInt(e.getParameters(), 2));
            map.setSelectY(RubyHelper.toInt(e.getParameters(), 3));
            if (e.getId() == 201) {
              map.installMapChance();
            }

            // show
            if (YDialog.show(I18N.t("Neue Position"), "map", map, true)) {
              // set it
View Full Code Here

Examples of de.yaams.extensions.rgssproject.map.YMapView.installMapChance()

                    YMapView map = new YMapView(RubyHelper.toInt(system, "@start_map_id"), project);
                    map.installClickSupport();

                    map.setSelectX(RubyHelper.toInt(system, "@start_x"));
                    map.setSelectY(RubyHelper.toInt(system, "@start_y"));
                    map.installMapChance();

                    // show
                    if (YDialog.show(I18N.t("Start Position"), "map", map, true)) {
                      //
                      RubyHelper.setNum(system, "@start_x", map.getSelectX());
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.