Skip to content

Commit

Permalink
Expose puttingDistance and maxOrbitDuration on PatrolHelicopterAI
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBlue committed Dec 5, 2023
1 parent 66fa35a commit 90e1b26
Showing 1 changed file with 39 additions and 1 deletion.
40 changes: 39 additions & 1 deletion resources/Rust.opj
Original file line number Diff line number Diff line change
Expand Up @@ -48945,6 +48945,44 @@
"Parameters": []
},
"MSILHash": ""
},
{
"Name": "PatrolHelicopterAI::puttingDistance",
"AssemblyName": "Assembly-CSharp.dll",
"TypeName": "PatrolHelicopterAI",
"Type": 0,
"TargetExposure": [
2
],
"Flagged": false,
"Signature": {
"Exposure": [
0
],
"Name": "puttingDistance",
"FullTypeName": "System.Boolean PatrolHelicopterAI::puttingDistance",
"Parameters": []
},
"MSILHash": ""
},
{
"Name": "PatrolHelicopterAI::maxOrbitDuration",
"AssemblyName": "Assembly-CSharp.dll",
"TypeName": "PatrolHelicopterAI",
"Type": 0,
"TargetExposure": [
2
],
"Flagged": false,
"Signature": {
"Exposure": [
0
],
"Name": "maxOrbitDuration",
"FullTypeName": "System.Single PatrolHelicopterAI::maxOrbitDuration",
"Parameters": []
},
"MSILHash": ""
}
],
"Fields": [
Expand Down Expand Up @@ -49861,4 +49899,4 @@
"Fields": []
}
]
}
}

0 comments on commit 90e1b26

Please sign in to comment.