Skip to main content

Execute_ReceiveFreelanceDeliveryObject

Description

Receives the freelance delivery object from the Client and adds it to the BaseObject character's inventory. Finds the active order's RequestTarget.TargetId, generates a GameObject with that ObjectId, and places it in inventory. If item creation or inventory addition fails, the created object is destroyed and a warning is logged.

Parameters

ParameterDescription
BaseObjectThe character entity whose inventory will receive the delivery object.

Examples

DescriptionBaseObjectCommand
Receive the delivery object for SelfSelfReceiveFreelanceDeliveryObject
Receive the delivery object for TargetTargetReceiveFreelanceDeliveryObject