mirror of
https://github.com/InfinityLoader/IL-GSC.git
synced 2025-06-29 02:47:56 -05:00
27 lines
763 B
Plaintext
27 lines
763 B
Plaintext
/*******************************************************************
|
|
* Decompiled By: Bog
|
|
* Decompiled File: animscripts\traverse\jump_across_100.gsc
|
|
* Game: Call of Duty: Ghosts
|
|
* Platform: Console
|
|
* Function Count: 1
|
|
* Decompile Time: 24363 ms
|
|
* Timestamp: 10/27/2023 1:35:49 AM
|
|
*******************************************************************/
|
|
|
|
//Function Number: 1
|
|
func_4FDD()
|
|
{
|
|
if(self.type == "dog")
|
|
{
|
|
animscripts/traverse/shared::dog_long_jump("window_40",20);
|
|
return;
|
|
}
|
|
|
|
self.desired_anim_pose = "stand";
|
|
animscripts/utility::func_86CA();
|
|
self endon("killanimscript");
|
|
self method_820C("nogravity");
|
|
self method_820C("noclip");
|
|
var_00 = self getnegotiationstartnode();
|
|
self method_820E("face angle",var_00.angles[1]);
|
|
var_01 = []; |