mirror of
https://github.com/InfinityLoader/IL-GSC.git
synced 2025-06-28 02:17:56 -05:00
Full AW Dump
This commit is contained in:
30
AW/PC/animscripts/traverse/step_up_32.gsc
Normal file
30
AW/PC/animscripts/traverse/step_up_32.gsc
Normal file
@ -0,0 +1,30 @@
|
||||
/*******************************************************************
|
||||
* Decompiled By: Bog
|
||||
* Decompiled File: traverse\step_up_32.gsc
|
||||
* Game: Call of Duty: Advanced Warfare
|
||||
* Platform: PC
|
||||
* Function Count: 2
|
||||
* Decompile Time: 41 ms
|
||||
* Timestamp: 4/22/2024 1:59:41 AM
|
||||
*******************************************************************/
|
||||
|
||||
//Function Number: 1
|
||||
main()
|
||||
{
|
||||
if(self.type == "dog")
|
||||
{
|
||||
animscripts\traverse\shared::dog_jump_up(32,5);
|
||||
return;
|
||||
}
|
||||
|
||||
low_wall_human();
|
||||
}
|
||||
|
||||
//Function Number: 2
|
||||
low_wall_human()
|
||||
{
|
||||
var_00 = [];
|
||||
var_00["traverseAnim"] = %ch_pragueb_7_5_crosscourt_aimantle_a;
|
||||
var_00["traverseHeight"] = 32;
|
||||
animscripts\traverse\shared::dotraverse(var_00);
|
||||
}
|
Reference in New Issue
Block a user