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

Method SafeDelete

source/common/console/c_dispatch.cpp:955–965  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

953}
954
955void FConsoleAlias::SafeDelete ()
956{
957 if (!bRunning)
958 {
959 delete this;
960 }
961 else
962 {
963 bKill = true;
964 }
965}
966
967void FUnsafeConsoleAlias::Run (FCommandLine &args, int key)
968{

Callers 2

C_ClearAliasesFunction · 0.80
CCMDFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected