MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / ClearModifiedFlags

Method ClearModifiedFlags

neo/framework/CVarSystem.cpp:816–818  ·  view source on GitHub ↗

============ idCVarSystemLocal::ClearModifiedFlags ============ */

Source from the content-addressed store, hash-verified

814============
815*/
816void idCVarSystemLocal::ClearModifiedFlags( int flags ) {
817 modifiedFlags &= ~flags;
818}
819
820/*
821============

Callers 7

FrameMethod · 0.80
WriteConfigurationMethod · 0.80
InitGameMethod · 0.80
SendUserInfoBroadcastMethod · 0.80
RunFrameMethod · 0.80
RunFrameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected