From: Mircea Kitsune Date: Sat, 29 Oct 2011 11:10:54 +0000 (+0300) Subject: Document object_info in the helper X-Git-Tag: xonotic-v0.6.0~35^2~18^2~55 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=0099bb54be3ea8f4031395faa6762cf004fd06f4;p=xonotic%2Fxonotic-data.pk3dir.git Document object_info in the helper --- diff --git a/qcsrc/server/mutators/sandbox.qc b/qcsrc/server/mutators/sandbox.qc index 8f0b3ba4d..64bb6aca0 100644 --- a/qcsrc/server/mutators/sandbox.qc +++ b/qcsrc/server/mutators/sandbox.qc @@ -360,6 +360,7 @@ MUTATOR_HOOKFUNCTION(sandbox_PlayerCommand) print_to(self, "^3force value ^7- amount of force applied to objects that are shot"); print_to(self, "^3material value ^7- sets the material of the object. Default materials are: metal, stone, wood, flesh"); print_to(self, "^7\"^2object_claim^7\" sets the player as the owner of the object, if he has the right to edit it"); + print_to(self, "^7\"^2object_info ^3value^7\" shows public information about the object. 'mesh' shows model information"); print_to(self, "^7The ^1drag object ^7key can be used to grab and carry objects. Players can only grab their own objects"); return TRUE;