From 261cea9269eeba8e08c246a5ae33845d442e1043 Mon Sep 17 00:00:00 2001 From: FateJH Date: Sat, 22 Apr 2017 20:15:51 -0400 Subject: [PATCH] noted defaultable values in comments --- .../net/psforever/packet/game/ObjectDeployedMessage.scala | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/common/src/main/scala/net/psforever/packet/game/ObjectDeployedMessage.scala b/common/src/main/scala/net/psforever/packet/game/ObjectDeployedMessage.scala index 007fb1ce..91542671 100644 --- a/common/src/main/scala/net/psforever/packet/game/ObjectDeployedMessage.scala +++ b/common/src/main/scala/net/psforever/packet/game/ObjectDeployedMessage.scala @@ -17,10 +17,12 @@ import shapeless.{::, HNil} * and, `thing` is the label for objects of this type. * This text is not directly placed into the message's field but, rather, is a token for language-appropriate descriptive text.
* "boomer," for example, is replaced by "Heavy Explosive Mines" in the message for English language. - * @param guid na + * @param guid na; + * usually 0? * @param desc descriptive text of what kind of object is being deployed; * matches the `String` description of the object class - * @param unk na + * @param unk na; + * usually 4 * @param count the current number of this type of object deployed * @param max the maximum number of this type of object that can be deployed * @see `ObjectClass`