na; usually 0?
descriptive text of what kind of object is being deployed; string token of the object, at best
the form the message will take
the current number of this type of object deployed
the maximum number of this type of object that can be deployed
the form the message will take
the current number of this type of object deployed
descriptive text of what kind of object is being deployed; string token of the object, at best
the maximum number of this type of object that can be deployed
na; usually 0?
Dispatched by the server to generate a message in the events chat when placing deployables.
This packet does not actually modify anything in regards to deployables. The most common form of the generated message is:
"You have placed x of a possible y thing s."
... where
x
is the current count of objects of this type that have been deployed;y
is the (reported) maximum amount of objects of this type that can be deployed; and,thing
is the token for objects of this type. If thething
is a valid string token, it will be replaced by language-appropriate descriptive text in the message. Otherwise, that text is placed directly into the message, with an obvious space between the text and the "s". "boomer," for example, is replaced by "Boomer Heavy Explosives" in the message for English language. "bullet_9mm_AP," however, is just "bullet_9mm_AP s."When the
action
isSuccess
, the message in the chat will be shown as above. When theaction
isFailure
, the message will be:"thing failed to deploy and was destroyed."
... where, again,
thing
is a valid string token.na; usually 0?
descriptive text of what kind of object is being deployed; string token of the object, at best
the form the message will take
the current number of this type of object deployed
the maximum number of this type of object that can be deployed