MCPcopy Create free account
hub / github.com/ZDoom/Raze / CheckIfSerialized

Method CheckIfSerialized

source/common/objects/dobject.cpp:586–596  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

584}
585
586void DObject::CheckIfSerialized () const
587{
588 if (!(ObjectFlags & OF_SerialSuccess))
589 {
590 I_Error (
591 "BUG: %s::Serialize\n"
592 "(or one of its superclasses) needs to call\n"
593 "Super::Serialize\n",
594 StaticType()->TypeName.GetChars());
595 }
596}
597
598DEFINE_ACTION_FUNCTION(DObject, MSTime)
599{

Callers 1

WriteObjectsMethod · 0.80

Calls 2

I_ErrorFunction · 0.85
GetCharsMethod · 0.45

Tested by

no test coverage detected