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

Method Send

src/server/angelscript/samples/game/source/gameobj.cpp:98–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98void CGameObj::Send(CScriptHandle msg, CGameObj *other)
99{
100 if( other && other->controller )
101 scriptMgr->CallOnMessage(other->controller, msg, this);
102}
103
104void CGameObj::Kill()
105{

Callers

nothing calls this directly

Calls 1

CallOnMessageMethod · 0.80

Tested by

no test coverage detected