Files
IL-GSC/MW3/PC/SP/animscripts/traverse/jumpdown_130.gsc
InfinityLoader d559c1d414 Added MW3 Scripts
2023-10-27 03:47:01 -04:00

28 lines
593 B
Plaintext

/*******************************************************************
* Decompiled By: Bog
* Decompiled File: animscripts\traverse\jumpdown_130.gsc
* Game: Call of Duty: Modern Warfare 3
* Platform: PC
* Function Count: 2
* Decompile Time: 56 ms
* Timestamp: 10/27/2023 2:17:22 AM
*******************************************************************/
//Function Number: 1
main()
{
if(self.type == "dog")
{
animscripts/traverse/shared::func_3FF8(7,0.7);
return;
}
func_4009();
}
//Function Number: 2
func_4009()
{
var_00 = [];
animscripts/traverse/shared::func_3FEB(var_7B);
}