mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Rename to fnc_scriptedExplosive
This commit is contained in:
parent
01dd663337
commit
4fc7c3065e
@ -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);
|
||||
|
@ -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
|
||||
*/
|
Loading…
Reference in New Issue
Block a user