IL-GSC/AW/PC/destructible_scripts/computer_01_destp.gsc
InfinityLoader b2389dbcb9 Full AW Dump
2024-04-22 02:38:24 -04:00

19 lines
852 B
Plaintext

/*******************************************************************
* Decompiled By: Bog
* Decompiled File: computer_01_destp.gsc
* Game: Call of Duty: Advanced Warfare
* Platform: PC
* Function Count: 1
* Decompile Time: 21 ms
* Timestamp: 4/22/2024 2:03:24 AM
*******************************************************************/
//Function Number: 1
main()
{
common_scripts\_destructible::destructible_create("computer_01_destp","tag_origin",200);
common_scripts\_destructible::destructible_fx_spawn_immediate("tag_fx","vfx/test/ui_prototype/ui_compscrn_proto",1,undefined,undefined,undefined,2);
common_scripts\_destructible::destructible_fx("tag_fx","vfx/glass/glass_shatter_01",1);
common_scripts\_destructible::destructible_state(undefined,"computer_screen_01_dstry_destp",300);
common_scripts\_destructible::destructible_state();
}