ClaimObjectTouch: Difference between revisions

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search
(Created page with "{{Welcome|desc=Sends a object touch packet to server, so that the object touch is registered.|params=<source>( objectId )</source><poem> objectId : The ID of the target object. </poem>| retvals=true if the object is streamed in, false otherwise | relfuncs=*ClaimObjectShot *IsObjectStreamedIn *GetObjectModel *OnObjectUpdate *OnObjectStreamIn }}")
 
No edit summary
 
Line 8: Line 8:
*[[OnObjectUpdate]]
*[[OnObjectUpdate]]
*[[OnObjectStreamIn]]
*[[OnObjectStreamIn]]
*[[IsObjectTouchReportEnabled]]
}}
}}

Latest revision as of 12:47, 7 November 2023


Description:
Sends a object touch packet to server, so that the object touch is registered.


Parameters:

( objectId )

objectId : The ID of the target object.


Return Values:
true if the object is streamed in, false otherwise



Related Functions

The following functions may be helpful as they relate to this function in one way or another.