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

Function AS_DestroySocketTCP

Source/Scripting/angelscript/asfuncs.cpp:144–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144static void AS_DestroySocketTCP(uint32_t socket) {
145 return Engine::Instance()->GetASNetwork()->DestroySocketTCP(socket);
146}
147
148static int AS_SocketTCPSend(uint32_t socket, const CScriptArray& array) {
149 uint8_t* datc = (uint8_t*)alloc.stack.Alloc(array.GetSize());

Callers

nothing calls this directly

Calls 2

DestroySocketTCPMethod · 0.80
GetASNetworkMethod · 0.80

Tested by

no test coverage detected