MCPcopy Create free account
hub / github.com/MayaPosch/NymphCast / Clear

Method Clear

src/server/angelscript/angelscript/source/as_outputbuffer.cpp:53–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void asCOutputBuffer::Clear()
54{
55 for( asUINT n = 0; n < messages.GetLength(); n++ )
56 {
57 if( messages[n] )
58 {
59 asDELETE(messages[n],message_t);
60 }
61 }
62 messages.SetLength(0);
63}
64
65void asCOutputBuffer::Callback(asSMessageInfo *msg)
66{

Callers

nothing calls this directly

Calls 2

GetLengthMethod · 0.45
SetLengthMethod · 0.45

Tested by

no test coverage detected