mirror of
https://github.com/InfinityLoader/IL-GSC.git
synced 2025-06-11 18:57:57 -05:00
23 lines
599 B
Plaintext
23 lines
599 B
Plaintext
/*******************************************************************
|
|
* Decompiled By: Bog
|
|
* Decompiled File: animscripts\cover_stand.gsc
|
|
* Game: Call of Duty: Advanced Warfare
|
|
* Platform: PC
|
|
* Function Count: 2
|
|
* Decompile Time: 44 ms
|
|
* Timestamp: 10/27/2023 1:54:51 AM
|
|
*******************************************************************/
|
|
|
|
//Function Number: 1
|
|
main()
|
|
{
|
|
self endon("killanimscript");
|
|
animscripts\utility::initialize("cover_stand");
|
|
animscripts\cover_wall::cover_wall_think("stand");
|
|
}
|
|
|
|
//Function Number: 2
|
|
end_script()
|
|
{
|
|
animscripts\cover_behavior::end_script("stand");
|
|
} |