mirror of
https://github.com/InfinityLoader/IL-GSC.git
synced 2025-06-10 02:17:56 -05:00
23 lines
586 B
Plaintext
23 lines
586 B
Plaintext
/*******************************************************************
|
|
* Decompiled By: Bog
|
|
* Decompiled File: animscripts\cover_stand.gsc
|
|
* Game: Call of Duty: Ghosts
|
|
* Platform: PC
|
|
* Function Count: 2
|
|
* Decompile Time: 46 ms
|
|
* Timestamp: 10/27/2023 1:23:49 AM
|
|
*******************************************************************/
|
|
|
|
//Function Number: 1
|
|
func_4FDD()
|
|
{
|
|
self endon("killanimscript");
|
|
animscripts/utility::func_4622("cover_stand");
|
|
animscripts/cover_wall::func_1FA9("stand");
|
|
}
|
|
|
|
//Function Number: 2
|
|
end_script()
|
|
{
|
|
animscripts/cover_behavior::end_script("stand");
|
|
} |