mirror of
https://github.com/InfinityLoader/IL-GSC.git
synced 2025-06-22 07:57:51 -05:00
Added MW3 Scripts
This commit is contained in:
30
MW3/Xbox/SP/animscripts/traverse/window_over_quick.gsc
Normal file
30
MW3/Xbox/SP/animscripts/traverse/window_over_quick.gsc
Normal file
@ -0,0 +1,30 @@
|
||||
/*******************************************************************
|
||||
* Decompiled By: Bog
|
||||
* Decompiled File: animscripts\traverse\window_over_quick.gsc
|
||||
* Game: Call of Duty: Modern Warfare 3
|
||||
* Platform: Console
|
||||
* Function Count: 2
|
||||
* Decompile Time: 43 ms
|
||||
* Timestamp: 10/27/2023 2:29:40 AM
|
||||
*******************************************************************/
|
||||
|
||||
//Function Number: 1
|
||||
main()
|
||||
{
|
||||
if(self.type == "dog")
|
||||
{
|
||||
animscripts/traverse/shared::func_3AFB("window_40",40);
|
||||
return;
|
||||
}
|
||||
|
||||
jump_through_window_human();
|
||||
}
|
||||
|
||||
//Function Number: 2
|
||||
jump_through_window_human()
|
||||
{
|
||||
var_00 = [];
|
||||
var_29["interruptDeathAnim"] = 0;
|
||||
var_29["interruptDeathAnim"] = 1;
|
||||
animscripts/traverse/shared::func_3AEF(var_29);
|
||||
}
|
Reference in New Issue
Block a user