mirror of
https://github.com/InfinityLoader/IL-GSC.git
synced 2025-06-23 00:07:52 -05:00
Added MW3 Scripts
This commit is contained in:
24
MW3/PC/SP/animscripts/cover_crouch.gsc
Normal file
24
MW3/PC/SP/animscripts/cover_crouch.gsc
Normal file
@ -0,0 +1,24 @@
|
||||
/*******************************************************************
|
||||
* Decompiled By: Bog
|
||||
* Decompiled File: animscripts\cover_crouch.gsc
|
||||
* Game: Call of Duty: Modern Warfare 3
|
||||
* Platform: PC
|
||||
* Function Count: 2
|
||||
* Decompile Time: 45 ms
|
||||
* Timestamp: 10/27/2023 2:18:09 AM
|
||||
*******************************************************************/
|
||||
|
||||
//Function Number: 1
|
||||
main()
|
||||
{
|
||||
self endon("killanimscript");
|
||||
animscripts/utility::func_D15("cover_crouch");
|
||||
animscripts/cover_wall::func_F76("crouch");
|
||||
}
|
||||
|
||||
//Function Number: 2
|
||||
func_067F()
|
||||
{
|
||||
self.var_CAC = undefined;
|
||||
animscripts/cover_behavior::func_67F("crouch");
|
||||
}
|
Reference in New Issue
Block a user