Files
IL-GSC/GHOSTS/PC/SP/animscripts/traverse/step_down_24.gsc
2023-10-27 03:49:01 -04:00

29 lines
648 B
Plaintext

/*******************************************************************
* Decompiled By: Bog
* Decompiled File: animscripts\traverse\step_down_24.gsc
* Game: Call of Duty: Ghosts
* Platform: PC
* Function Count: 2
* Decompile Time: 47 ms
* Timestamp: 10/27/2023 1:23:04 AM
*******************************************************************/
//Function Number: 1
func_4FDD()
{
if(self.type == "dog")
{
animscripts/traverse/shared::dog_jump_down(7,0.7);
return;
}
func_4370();
}
//Function Number: 2
func_4370()
{
var_00 = [];
var_00["traverseAnim"] = %sw_traversal_suspension_off;
animscripts/traverse/shared::func_2A1F(var_00);
}