mirror of
https://github.com/InfinityLoader/IL-GSC.git
synced 2025-06-07 17:17:50 -05:00
19 lines
852 B
Plaintext
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();
|
|
} |