MCPcopy Create free account
hub / github.com/anjo76/angelscript / ClearMessageCallback

Method ClearMessageCallback

sdk/angelscript/source/as_scriptengine.cpp:1354–1358  ·  view source on GitHub ↗

interface

Source from the content-addressed store, hash-verified

1352
1353// interface
1354int asCScriptEngine::ClearMessageCallback()
1355{
1356 msgCallback = false;
1357 return 0;
1358}
1359
1360// interface
1361int asCScriptEngine::WriteMessage(const char *section, int row, int col, asEMsgType type, const char *message)

Callers 3

ConfigureEngineFunction · 0.80
TestFunction · 0.80
TestFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestFunction · 0.64
TestFunction · 0.64