mirror of
https://github.com/InfinityLoader/IL-GSC.git
synced 2025-06-07 17:17:50 -05:00
21 lines
1.1 KiB
Plaintext
21 lines
1.1 KiB
Plaintext
/*******************************************************************
|
|
* Decompiled By: Bog
|
|
* Decompiled File: toy_electricbox4.gsc
|
|
* Game: Call of Duty: Advanced Warfare
|
|
* Platform: PC
|
|
* Function Count: 1
|
|
* Decompile Time: 20 ms
|
|
* Timestamp: 4/22/2024 2:03:26 AM
|
|
*******************************************************************/
|
|
|
|
//Function Number: 1
|
|
main()
|
|
{
|
|
common_scripts\_destructible::destructible_create("toy_electricbox4","tag_origin",150,undefined,32,"no_melee");
|
|
common_scripts\_destructible::destructible_splash_damage_scaler(15);
|
|
common_scripts\_destructible::destructible_fx("tag_fx","fx/props/electricbox4_explode",undefined,undefined,undefined,1);
|
|
common_scripts\_destructible::destructible_sound("exp_fusebox_sparks");
|
|
common_scripts\_destructible::destructible_explode(20,2000,32,32,32,48,undefined,0);
|
|
common_scripts\_destructible::destructible_state(undefined,"me_electricbox4_dest",undefined,undefined,"no_melee");
|
|
common_scripts\_destructible::destructible_part("tag_fx","me_electricbox4_door",undefined,undefined,undefined,undefined,1,1);
|
|
} |