ClaimObjectShot: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
*[[OnObjectUpdate]] | *[[OnObjectUpdate]] | ||
*[[OnObjectStreamIn]] | *[[OnObjectStreamIn]] | ||
*[[ | *[[IsObjectShotReportEnabled]] | ||
}} | }} |
Latest revision as of 12:50, 7 November 2023
Description:
Sends a object shot packet to server, so that the object shot is registered.
Parameters:
( objectId, weaponId )
objectId : The ID of the target object.
weaponId : The weapon with which object shot to be registered.
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.