MCPcopy Create free account
hub / github.com/antopilo/Nuake / Log

Function Log

Nuake/Source/Nuake/Scripting/NetModules/EngineNetAPI.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 };
28
29 void Log(Coral::String string)
30 {
31 Logger::Log(string, ".net", VERBOSE);
32 }
33
34 void DrawLine(float startX, float startY, float startZ, float endX, float endY, float endZ, float r, float g, float b, float a, float life)
35 {

Callers 15

ApplicationMainFunction · 0.85
InitMethod · 0.85
EnterPlayModeMethod · 0.85
GenerateManifestMethod · 0.85
InitMethod · 0.85
BuildNavMeshMethod · 0.85
FindStraightPathMethod · 0.85
DeserializeMethod · 0.85
GetEntityByIDMethod · 0.85
GetUniqueEntityNameMethod · 0.85
CreateEntityMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected