OnObjectStreamOut
From Onset Developer Wiki
Description
Called when an object is streamed out from the server.
Syntax
OnObjectStreamOut(object)
Parameters
- object
The object identifier which streamed out.
Example
AddEvent("OnObjectStreamOut", function (object)
AddPlayerChat("You streamed out the object ID "..object..".")
end)