Examples of MODS


Examples of starlight.taliis.core.chunks.wmo.root.MODS

        movv = new unkChunk(databuffer, "VVOM");
        movb = new unkChunk(databuffer, "BVOM");
        // lightning
        molt = new unkChunk(databuffer, "TLOM");
        // doodad sets
        mods = new MODS(databuffer);
        // doodads
        modn = new MODN(databuffer);
        modd = new MODD(databuffer);
        // fog
        mfog = new unkChunk(databuffer, "GOFM");
View Full Code Here

Examples of starlight.taliis.core.chunks.wmo.root.MODS

    mopr = new unkChunk("RPOM");
    movv = new unkChunk("VVOM");
    movb = new unkChunk("BVOM");
    molt = new unkChunk("TLOM");
    
     mods = new MODS();
     
   
    modn = new MODN();
    modd = new MODD();
    mfog = new unkChunk("GOFM");
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.