mirror of
https://github.com/InfinityLoader/IL-GSC.git
synced 2025-06-28 10:27:53 -05:00
28 lines
607 B
Plaintext
28 lines
607 B
Plaintext
/*******************************************************************
|
|
* Decompiled By: Bog
|
|
* Decompiled File: animscripts\traverse\jumpdown_96.gsc
|
|
* Game: Call of Duty: Modern Warfare 3
|
|
* Platform: Console
|
|
* Function Count: 2
|
|
* Decompile Time: 47 ms
|
|
* Timestamp: 10/27/2023 2:29:30 AM
|
|
*******************************************************************/
|
|
|
|
//Function Number: 1
|
|
main()
|
|
{
|
|
if(self.type == "dog")
|
|
{
|
|
animscripts/traverse/shared::func_3AFC(7,0.8);
|
|
return;
|
|
}
|
|
|
|
low_wall_human();
|
|
}
|
|
|
|
//Function Number: 2
|
|
low_wall_human()
|
|
{
|
|
var_00 = [];
|
|
animscripts/traverse/shared::func_3AEF(var_41);
|
|
} |