Skip to content
Mikulas Florek edited this page Sep 2, 2017 · 6 revisions

Caller:

Network.call(g_network, connection, "test", "arg")

Callee:

Network.RPCFunctions = {
	test = function(arg)
		Engine.logError("RPC " .. tostring(arg))
	end
}
Clone this wiki locally