mirror of
https://github.com/InfinityLoader/IL-GSC.git
synced 2025-06-17 05:28:02 -05:00
20 lines
577 B
Plaintext
20 lines
577 B
Plaintext
/*******************************************************************
|
|
* Decompiled By: Bog
|
|
* Decompiled File: animscripts\traverse\ladder_down.gsc
|
|
* Game: Call of Duty: Advanced Warfare
|
|
* Platform: PC
|
|
* Function Count: 1
|
|
* Decompile Time: 30 ms
|
|
* Timestamp: 10/27/2023 1:53:50 AM
|
|
*******************************************************************/
|
|
|
|
//Function Number: 1
|
|
main()
|
|
{
|
|
if(isdefined(self.type) && self.type == "dog")
|
|
{
|
|
return;
|
|
}
|
|
|
|
animscripts\traverse\shared::dovariablelengthtraverse(%ladder_climbon,%ladder_climbdown,undefined,"noclip","stand","stop");
|
|
} |