Examples of MDDF_Entry


Examples of starlight.taliis.core.chunks.adt.MDDF_Entry

    }
   
    // Doodads
    for(int c=0; c<obj.mddf.getLenght(); c++) {
      // witch is our MCNK tile?
      MDDF_Entry dd = obj.mddf.entrys[c];
      MCNK field = getLocationObj(
          MODF_Entry.translate(dd.getX()),
          MODF_Entry.translate(dd.getY())
        );
     
      if(field==null) {
        System.err.println("DD " + c + " is located too far from this map. Skipped.");
      }
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.