Ejemplo n.º 1
0
 public SaveFileSA(SaveFileSA other)
 {
     SimpleVars         = new SimpleVariables(other.SimpleVars);
     Scripts            = new Dummy(other.Scripts);
     Pools              = new Dummy(other.Pools);
     Garages            = new Dummy(other.Garages);
     GameLogic          = new Dummy(other.GameLogic);
     Paths              = new Dummy(other.Paths);
     Pickups            = new Dummy(other.Pickups);
     PhoneInfo          = new Dummy(other.PhoneInfo);
     RestartPoints      = new Dummy(other.RestartPoints);
     RadarBlips         = new Dummy(other.RadarBlips);
     Zones              = new Dummy(other.Zones);
     GangData           = new Dummy(other.GangData);
     CarGenerators      = new Dummy(other.CarGenerators);
     PedGenerators      = new Dummy(other.PedGenerators);
     AudioScriptObjects = new Dummy(other.AudioScriptObjects);
     PlayerInfo         = new Dummy(other.PlayerInfo);
     Stats              = new Dummy(other.Stats);
     SetPieces          = new Dummy(other.SetPieces);
     Streaming          = new Dummy(other.Streaming);
     PedTypeInfo        = new Dummy(other.PedTypeInfo);
     Tags          = new Dummy(other.Tags);
     IplStore      = new Dummy(other.IplStore);
     Shopping      = new Dummy(other.Shopping);
     GangWars      = new Dummy(other.GangWars);
     StuntJumps    = new Dummy(other.StuntJumps);
     EntryExits    = new Dummy(other.EntryExits);
     Radio         = new Dummy(other.Radio);
     User3dMarkers = new Dummy(other.User3dMarkers);
     PostEffects   = new Dummy(other.PostEffects);
 }
Ejemplo n.º 2
0
        public SaveFileSA()
        {
            m_disposed   = false;
            m_workBuffer = new DataBuffer(new byte[MaxBufferSize]);

            SimpleVars         = new SimpleVariables();
            Scripts            = new Dummy();
            Pools              = new Dummy();
            Garages            = new Dummy();
            GameLogic          = new Dummy();
            Paths              = new Dummy();
            Pickups            = new Dummy();
            PhoneInfo          = new Dummy();
            RestartPoints      = new Dummy();
            RadarBlips         = new Dummy();
            Zones              = new Dummy();
            GangData           = new Dummy();
            CarGenerators      = new Dummy();
            PedGenerators      = new Dummy();
            AudioScriptObjects = new Dummy();
            PlayerInfo         = new Dummy();
            Stats              = new Dummy();
            SetPieces          = new Dummy();
            Streaming          = new Dummy();
            PedTypeInfo        = new Dummy();
            Tags          = new Dummy();
            IplStore      = new Dummy();
            Shopping      = new Dummy();
            GangWars      = new Dummy();
            StuntJumps    = new Dummy();
            EntryExits    = new Dummy();
            Radio         = new Dummy();
            User3dMarkers = new Dummy(0x8C);
            PostEffects   = new Dummy(0x160);
        }