You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TechnoClass.h
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -235,7 +235,12 @@ class NOVTABLE TechnoClass : public RadioClass
235
235
virtualboolvt_entry_310() const R0;
236
236
virtualboolCanDeploySlashUnload() const R0;
237
237
virtualintGetROF(int nWeapon) const R0;
238
-
virtualintGetGuardRange(int dwUnk) const R0;
238
+
// Parameter controls behaviour. Unlisted values behave same as 1.
239
+
// -1 = returns -1 as range
240
+
// 0 = uses GuardRange/weapon range as is
241
+
// 1 = doubles range, if less than 0 increase to 0, if more than 4096 leptons cap it at that
242
+
// 2 = doubles range, if less than 1792 leptons increase to 1792, if more than that return as is unless more than 4096 in which case cap at 4096.
243
+
virtualintGetGuardRange(int control) const R0;
239
244
virtualboolvt_entry_320() const R0;
240
245
virtualboolIsRadarVisible(int* pOutDetection) const R0; // out value will be set to 1 if unit is cloaked and 2 if it is subterranean, otherwise it's unchanged
0 commit comments