MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / ASDebugText

Function ASDebugText

Source/Scripting/angelscript/asfuncs.cpp:2284–2286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2282}
2283
2284void ASDebugText(std::string key, std::string text, float time) {
2285 GetActiveASContext()->gui->AddDebugText(key, text, time);
2286}
2287
2288int ASDebugDrawPoint(vec3 pos, vec4 color, int lifespan_int) {
2289 DDLifespan lifespan = LifespanFromInt(lifespan_int);

Callers

nothing calls this directly

Calls 2

GetActiveASContextFunction · 0.85
AddDebugTextMethod · 0.80

Tested by

no test coverage detected