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

28 lines
758 B
Plaintext

/*******************************************************************
* Decompiled By: Bog
* Decompiled File: mp_character_cloak_test.gsc
* Game: Call of Duty: Advanced Warfare
* Platform: PC
* Function Count: 2
* Decompile Time: 40 ms
* Timestamp: 4/22/2024 2:02:36 AM
*******************************************************************/
//Function Number: 1
main()
{
self setmodel("mp_body_cloak_test");
self attach("mp_head_cloak_test","",1);
self.headmodel = "mp_head_cloak_test";
self setviewmodel("mp_viewhands_cloak_test");
self.voice = "american";
self setclothtype("vestlight");
}
//Function Number: 2
precache()
{
precachemodel("mp_body_cloak_test");
precachemodel("mp_head_cloak_test");
precachemodel("mp_viewhands_cloak_test");
}