public override GenericRCOLResource.ChunkEntry Export(
     IDictionary<ulong, string> nameMap, bool exportAllNames)
 {
     System.IO.Stream s = null;
     TGIBlock tgi
         = new TGIBlock(0, null, "ITG", ResourceType, 0, 0);
     JazzNextStateNode jnsn = new JazzNextStateNode(0, null, s);
     jnsn.StateIndex = this.mNextState == null
         ? NullCRef : this.mNextState.ChunkReference;
     return new GenericRCOLResource.ChunkEntry(0, null, tgi, jnsn);
 }
Exemple #2
0
        public override GenericRCOLResource.ChunkEntry Export(
            IDictionary <ulong, string> nameMap, bool exportAllNames)
        {
            System.IO.Stream s = null;
            TGIBlock         tgi
                = new TGIBlock(0, null, "ITG", ResourceType, 0, 0);
            JazzNextStateNode jnsn = new JazzNextStateNode(0, null, s);

            jnsn.StateIndex = this.mNextState == null
                ? NullCRef : this.mNextState.ChunkReference;
            return(new GenericRCOLResource.ChunkEntry(0, null, tgi, jnsn));
        }