Rename to fnc_scriptedExplosive

This commit is contained in:
VKing 2016-01-11 23:41:33 +01:00
parent 01dd663337
commit 4fc7c3065e
2 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,6 @@ PREP(canDefuse);
PREP(canDetonate);
PREP(defuseExplosive);
PREP(detonateExplosive);
PREP(detonateExplosiveTrigger);
PREP(dialPhone);
PREP(dialingPhone);
@ -53,6 +52,7 @@ PREP(openTimerSetUI);
PREP(placeExplosive);
PREP(removeFromSpeedDial);
PREP(scriptedExplosive);
PREP(selectTrigger);
PREP(setupExplosive);
PREP(setPosition);

View File

@ -11,8 +11,8 @@
* None
*
* Example:
* [[charge1, charge2, charge3], -1] call ACE_Explosives_fnc_detonateExplosiveTrigger;
* [[claymore1, claymore2]] call ACE_Explosives_fnc_detonateExplosiveTrigger;
* [[charge1, charge2, charge3], -1] call ACE_Explosives_fnc_scriptedExplosive;
* [[claymore1, claymore2]] call ACE_Explosives_fnc_scriptedExplosive;
*
* Public: Yes
*/