fix Docu in waitUntilAndExecute

This commit is contained in:
Joko 2015-11-02 12:05:43 +01:00
parent 224bfad1d5
commit bd97c1ee96

View File

@ -11,7 +11,7 @@
* None
*
* Example:
* [{(_this select 0) == vehicle (_this select 0)}, {(_this select 0) setDamage 1;}, [ACE_player]] call ace_common_fnc_waitAndExecute
* [{(_this select 0) == vehicle (_this select 0)}, {(_this select 0) setDamage 1;}, [ACE_player]] call ace_common_fnc_waitUntilAndExecute
*
* Public: No
*/