OnObjectStreamIn: Difference between revisions
From Onset Developer Wiki
No edit summary |
mNo edit summary |
||
Line 12: | Line 12: | ||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
{{ | {{NPCClientEvents}} |
Revision as of 08:50, 16 January 2020
Description
Called when an object is streamed in from the server.
Syntax
OnObjectStreamIn(object)
Parameters
- object
The object identifier which streamed in.
Example
__EDIT_ME__