Sandbox Logo

SerializationOptions.ForceUpdateCached

bool ForceUpdateCached { get; set; }

Description

If true, replace cached instance when deserializing. Otherwise, it'll only be replaced if its <see cref="P:Facepunch.ActionGraphs.ActionGraph.ChangeId" /> differs.

Return

User Comments