change function header of removeEventhandler and waitAndExecute to public: yes

This commit is contained in:
commy2 2015-09-30 00:14:21 +02:00
parent 6e24d2868c
commit 9f3615ea06
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
* Return Value:
* None
*
* Public: No
* Public: Yes
*/
#include "script_component.hpp"

View File

@ -13,7 +13,7 @@
* Example:
* [{(_this select 0) setVelocity [0,0,200];}, [player], 10] call ace_common_fnc_waitAndExecute
*
* Public: No
* Public: Yes
*/
#include "script_component.hpp"