mirror of
https://github.com/InfinityLoader/IL-GSC.git
synced 2025-06-20 15:07:51 -05:00
18 lines
510 B
Plaintext
18 lines
510 B
Plaintext
/*******************************************************************
|
|
* Decompiled By: Bog
|
|
* Decompiled File: animscripts\traverse\boost_jump_256_across.gsc
|
|
* Game: Call of Duty: Advanced Warfare
|
|
* Platform: PC
|
|
* Function Count: 1
|
|
* Decompile Time: 32 ms
|
|
* Timestamp: 10/27/2023 1:53:15 AM
|
|
*******************************************************************/
|
|
|
|
//Function Number: 1
|
|
main()
|
|
{
|
|
if(self.canjumppath)
|
|
{
|
|
animscripts\traverse\boost::rocket_jump_human(%boost_jump_256_across_variation,1);
|
|
}
|
|
} |