]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Documentation fix.
authorLyberta <lyberta@lyberta.net>
Wed, 16 Aug 2017 01:40:27 +0000 (04:40 +0300)
committerLyberta <lyberta@lyberta.net>
Wed, 16 Aug 2017 01:40:27 +0000 (04:40 +0300)
qcsrc/common/t_items.qh

index 1fc84a0320d258481b350c3829908ee681183f3a..009fc926a76529812238fe448e77ececd8acf959 100644 (file)
@@ -114,6 +114,7 @@ void GivePlayerAmmo(entity player, .float ammotype, float amount);
 /// \param[in] rockets Amount of rockets to give with rocket-based weapon.
 /// \param[in] cells Amount of cells to give with cell-based weapon.
 /// \param[in] cells Amount of plasma to give with plasma-based weapon.
+/// \return No return.
 void GivePlayerRandomWeapons(entity player, int num_weapons,
        string weapon_names, float shells, float bullets, float rockets,
        float cells, float plasma);