Home
last modified time | relevance | path

Searched refs:AddDebugDrawOverlayFunction (Results 1 – 2 of 2) sorted by relevance

/dports/games/ivan/ivan-059/Main/Include/
H A Dgame.h504 …static void AddDebugDrawOverlayFunction(dbgdrawoverlay ddo){vDbgDrawOverlayFunctions.push_back(ddo… in AddDebugDrawOverlayFunction() function
/dports/games/ivan/ivan-059/Main/Source/
H A Dchar.cpp3532 …static bool bDummy_initDbg = [](){game::AddDebugDrawOverlayFunction(&AutoPlayAIDebugDrawOverlay);r… in AutoPlayAICommand()