|
2 | 2 |
|
3 | 3 | namespace libMBIN.NMS.GameComponents |
4 | 4 | { |
5 | | - [NMS(GUID = 0x510897D81FBE174C, NameHash = 0x3D1218BD)] |
| 5 | + [NMS(GUID = 0xA5E7F62486910C23, NameHash = 0x3D1218BD)] |
6 | 6 | public class GcMissionSequenceGetToScanEvent : NMSTemplate |
7 | 7 | { |
8 | | - [NMS(Index = 4)] |
| 8 | + [NMS(Index = 5)] |
9 | 9 | /* 0x000 */ public NMSString0x20A Event; |
10 | | - [NMS(Index = 3)] |
| 10 | + [NMS(Index = 4)] |
11 | 11 | /* 0x020 */ public NMSString0x20A NexusMessage; |
12 | | - [NMS(Index = 17)] |
| 12 | + [NMS(Index = 18)] |
13 | 13 | /* 0x040 */ public NMSString0x20A SurveyHint; |
14 | | - [NMS(Index = 15)] |
15 | | - /* 0x060 */ public NMSString0x20A SurveyInactiveHint; |
16 | 14 | [NMS(Index = 16)] |
| 15 | + /* 0x060 */ public NMSString0x20A SurveyInactiveHint; |
| 16 | + [NMS(Index = 17)] |
17 | 17 | /* 0x080 */ public NMSString0x20A SurveySwapHint; |
18 | | - [NMS(Index = 18)] |
19 | | - /* 0x0A0 */ public NMSString0x20A SurveyVehicleHint; |
20 | 18 | [NMS(Index = 19)] |
| 19 | + /* 0x0A0 */ public NMSString0x20A SurveyVehicleHint; |
| 20 | + [NMS(Index = 20)] |
21 | 21 | /* 0x0C0 */ public VariableSizeString DebugText; |
22 | 22 | [NMS(Index = 1)] |
23 | 23 | /* 0x0D0 */ public VariableSizeString GalaxyMapMessage; |
24 | 24 | [NMS(Index = 2)] |
25 | 25 | /* 0x0E0 */ public VariableSizeString GalaxyMapMessageNotSpace; |
26 | 26 | [NMS(Index = 0)] |
27 | 27 | /* 0x0F0 */ public VariableSizeString Message; |
28 | | - [NMS(Index = 11)] |
29 | | - /* 0x100 */ public VariableSizeString TimeoutOSD; |
30 | | - [NMS(Index = 5)] |
31 | | - /* 0x110 */ public float Distance; |
32 | | - [NMS(Index = 9)] |
33 | | - /* 0x114 */ public float Timeout; |
34 | 28 | [NMS(Index = 12)] |
35 | | - /* 0x118 */ public GcScanEventGPSHint UseGPSInText; |
36 | | - [NMS(Index = 14)] |
37 | | - /* 0x11C */ public bool AlwaysAllowInShip; |
38 | | - [NMS(Index = 13)] |
39 | | - /* 0x11D */ public bool CanFormatObjectives; |
40 | | - [NMS(Index = 10)] |
41 | | - /* 0x11E */ public bool DistanceTimeout; |
| 29 | + /* 0x100 */ public VariableSizeString TimeoutOSD; |
| 30 | + [NMS(Index = 3)] |
| 31 | + /* 0x110 */ public VariableSizeString UseTeleporterMessage; |
42 | 32 | [NMS(Index = 6)] |
43 | | - /* 0x11F */ public bool EndEventWhenReached; |
44 | | - [NMS(Index = 8)] |
45 | | - /* 0x120 */ public bool RequireInsideToEnd; |
| 33 | + /* 0x120 */ public float Distance; |
| 34 | + [NMS(Index = 10)] |
| 35 | + /* 0x124 */ public float Timeout; |
| 36 | + [NMS(Index = 13)] |
| 37 | + /* 0x128 */ public GcScanEventGPSHint UseGPSInText; |
| 38 | + [NMS(Index = 15)] |
| 39 | + /* 0x12C */ public bool AlwaysAllowInShip; |
| 40 | + [NMS(Index = 14)] |
| 41 | + /* 0x12D */ public bool CanFormatObjectives; |
| 42 | + [NMS(Index = 11)] |
| 43 | + /* 0x12E */ public bool DistanceTimeout; |
46 | 44 | [NMS(Index = 7)] |
47 | | - /* 0x121 */ public bool WaterworldEndEventWhenPlanetReached; |
| 45 | + /* 0x12F */ public bool EndEventWhenReached; |
| 46 | + [NMS(Index = 9)] |
| 47 | + /* 0x130 */ public bool RequireInsideToEnd; |
| 48 | + [NMS(Index = 8)] |
| 49 | + /* 0x131 */ public bool WaterworldEndEventWhenPlanetReached; |
48 | 50 | } |
49 | 51 | } |
0 commit comments