add function to throw current weapon

This commit is contained in:
commy2 2020-01-10 22:12:59 +01:00
parent ea3f400fc1
commit b736928259

View File

@ -1,7 +1,7 @@
#include "script_component.hpp" #include "script_component.hpp"
/* /*
* Author: commy2 * Author: commy2
* Makes the unit throw their currently selected weapon. * Makes the unit throw their currently selected weapon. Unit must be local.
* *
* Arguments: * Arguments:
* 0: unit <OBJECT> * 0: unit <OBJECT>