Page MenuHomeFeedback Tracker

Serializer not writing items in offline
Assigned, UrgentPublic

Description

Use the following code in offline, you'll see what i mean

ScriptReadWriteContext ctx = new ScriptReadWriteContext();
Object x = GetGame().CreateObjectEx("BandageDressing", vector.Zero, ECE_SETUP);
Print(x);
ctx.GetWriteContext().Write(x);

Object m;
ctx.GetReadContext().Read(m);
Print(m);

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 7
Category
General

Event Timeline

Geez changed the task status from New to Assigned.Wed, May 15, 10:50 AM