@nativewrappers/redm-codegen 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/classes/AnimScene.d.ts +82 -82
- package/dist/classes/AnimScene.d.ts.map +1 -1
- package/dist/classes/AnimScene.js +124 -124
- package/dist/classes/BaseModel.d.ts +29 -29
- package/dist/classes/BaseModel.d.ts.map +1 -1
- package/dist/classes/BaseModel.js +43 -43
- package/dist/classes/BaseTask.d.ts +43 -43
- package/dist/classes/BaseTask.d.ts.map +1 -1
- package/dist/classes/BaseTask.js +53 -53
- package/dist/classes/Cam.d.ts +82 -82
- package/dist/classes/Cam.d.ts.map +1 -1
- package/dist/classes/Cam.js +115 -115
- package/dist/classes/Entity.d.ts +250 -250
- package/dist/classes/Entity.d.ts.map +1 -1
- package/dist/classes/Entity.js +350 -350
- package/dist/classes/Interior.d.ts +27 -27
- package/dist/classes/Interior.d.ts.map +1 -1
- package/dist/classes/Interior.js +42 -42
- package/dist/classes/Ped.d.ts +55 -55
- package/dist/classes/Ped.d.ts.map +1 -1
- package/dist/classes/Ped.js +76 -76
- package/dist/classes/PedTask.d.ts +797 -797
- package/dist/classes/PedTask.d.ts.map +1 -1
- package/dist/classes/PedTask.js +1023 -1023
- package/dist/classes/PersChar.d.ts +13 -13
- package/dist/classes/PersChar.d.ts.map +1 -1
- package/dist/classes/PersChar.js +27 -27
- package/dist/classes/Pickup.d.ts +8 -8
- package/dist/classes/Pickup.d.ts.map +1 -1
- package/dist/classes/Pickup.js +15 -15
- package/dist/classes/Player.d.ts +185 -185
- package/dist/classes/Player.d.ts.map +1 -1
- package/dist/classes/Player.js +251 -251
- package/dist/classes/Prop.d.ts +130 -130
- package/dist/classes/Prop.d.ts.map +1 -1
- package/dist/classes/Prop.js +188 -188
- package/dist/classes/PropSet.d.ts +17 -17
- package/dist/classes/PropSet.d.ts.map +1 -1
- package/dist/classes/PropSet.js +25 -25
- package/dist/classes/VehicleTask.d.ts +23 -23
- package/dist/classes/VehicleTask.d.ts.map +1 -1
- package/dist/classes/VehicleTask.js +30 -30
- package/dist/classes/Volume.d.ts +39 -39
- package/dist/classes/Volume.d.ts.map +1 -1
- package/dist/classes/Volume.js +54 -54
- package/dist/classes/Weapon.d.ts +291 -291
- package/dist/classes/Weapon.d.ts.map +1 -1
- package/dist/classes/Weapon.js +414 -414
- package/dist/namespaces/Animscene.d.ts +63 -63
- package/dist/namespaces/Animscene.d.ts.map +1 -1
- package/dist/namespaces/Animscene.js +83 -83
- package/dist/namespaces/Audio.d.ts +464 -464
- package/dist/namespaces/Audio.d.ts.map +1 -1
- package/dist/namespaces/Audio.js +650 -650
- package/dist/namespaces/Bounty.d.ts +57 -57
- package/dist/namespaces/Bounty.d.ts.map +1 -1
- package/dist/namespaces/Bounty.js +90 -90
- package/dist/namespaces/CamStatics.d.ts +426 -426
- package/dist/namespaces/CamStatics.d.ts.map +1 -1
- package/dist/namespaces/CamStatics.js +609 -609
- package/dist/namespaces/Collection.d.ts +81 -81
- package/dist/namespaces/Collection.d.ts.map +1 -1
- package/dist/namespaces/Collection.js +113 -113
- package/dist/namespaces/Compendium.d.ts +38 -38
- package/dist/namespaces/Compendium.d.ts.map +1 -1
- package/dist/namespaces/Compendium.js +52 -52
- package/dist/namespaces/Crashlog.d.ts +10 -10
- package/dist/namespaces/Crashlog.d.ts.map +1 -1
- package/dist/namespaces/Crashlog.js +14 -14
- package/dist/namespaces/Databinding.d.ts +174 -174
- package/dist/namespaces/Databinding.d.ts.map +1 -1
- package/dist/namespaces/Databinding.js +266 -266
- package/dist/namespaces/EntityStatics.d.ts +110 -110
- package/dist/namespaces/EntityStatics.d.ts.map +1 -1
- package/dist/namespaces/EntityStatics.js +146 -146
- package/dist/namespaces/Graphics.d.ts +547 -547
- package/dist/namespaces/Graphics.d.ts.map +1 -1
- package/dist/namespaces/Graphics.js +731 -731
- package/dist/namespaces/Hud.d.ts +395 -395
- package/dist/namespaces/Hud.d.ts.map +1 -1
- package/dist/namespaces/Hud.js +564 -564
- package/dist/namespaces/InteriorStatics.d.ts +40 -40
- package/dist/namespaces/InteriorStatics.d.ts.map +1 -1
- package/dist/namespaces/InteriorStatics.js +56 -56
- package/dist/namespaces/Inventory.d.ts +107 -107
- package/dist/namespaces/Inventory.d.ts.map +1 -1
- package/dist/namespaces/Inventory.js +149 -149
- package/dist/namespaces/Itemdatabase.d.ts +5 -5
- package/dist/namespaces/Itemdatabase.d.ts.map +1 -1
- package/dist/namespaces/Itemdatabase.js +7 -7
- package/dist/namespaces/Map.d.ts +173 -173
- package/dist/namespaces/Map.d.ts.map +1 -1
- package/dist/namespaces/Map.js +240 -240
- package/dist/namespaces/Minigame.d.ts +56 -56
- package/dist/namespaces/Minigame.d.ts.map +1 -1
- package/dist/namespaces/Minigame.js +80 -80
- package/dist/namespaces/Network.d.ts +964 -964
- package/dist/namespaces/Network.d.ts.map +1 -1
- package/dist/namespaces/Network.js +1333 -1333
- package/dist/namespaces/Object.d.ts +240 -240
- package/dist/namespaces/Object.d.ts.map +1 -1
- package/dist/namespaces/Object.js +337 -337
- package/dist/namespaces/Pad.d.ts +95 -95
- package/dist/namespaces/Pad.d.ts.map +1 -1
- package/dist/namespaces/Pad.js +127 -127
- package/dist/namespaces/PedStatics.d.ts +18 -18
- package/dist/namespaces/PedStatics.d.ts.map +1 -1
- package/dist/namespaces/PedStatics.js +26 -26
- package/dist/namespaces/Perschar.d.ts +46 -46
- package/dist/namespaces/Perschar.d.ts.map +1 -1
- package/dist/namespaces/Perschar.js +66 -66
- package/dist/namespaces/Physics.d.ts +207 -207
- package/dist/namespaces/Physics.d.ts.map +1 -1
- package/dist/namespaces/Physics.js +315 -315
- package/dist/namespaces/PlayerStatics.d.ts +68 -68
- package/dist/namespaces/PlayerStatics.d.ts.map +1 -1
- package/dist/namespaces/PlayerStatics.js +95 -95
- package/dist/namespaces/Population.d.ts +86 -86
- package/dist/namespaces/Population.d.ts.map +1 -1
- package/dist/namespaces/Population.js +116 -116
- package/dist/namespaces/Posse.d.ts +43 -43
- package/dist/namespaces/Posse.d.ts.map +1 -1
- package/dist/namespaces/Posse.js +67 -67
- package/dist/namespaces/Propset.d.ts +59 -59
- package/dist/namespaces/Propset.d.ts.map +1 -1
- package/dist/namespaces/Propset.js +81 -81
- package/dist/namespaces/Shapetest.d.ts +11 -11
- package/dist/namespaces/Shapetest.d.ts.map +1 -1
- package/dist/namespaces/Shapetest.js +13 -13
- package/dist/namespaces/Stats.d.ts +90 -90
- package/dist/namespaces/Stats.d.ts.map +1 -1
- package/dist/namespaces/Stats.js +127 -127
- package/dist/namespaces/Streaming.d.ts +127 -127
- package/dist/namespaces/Streaming.d.ts.map +1 -1
- package/dist/namespaces/Streaming.js +193 -193
- package/dist/namespaces/Task.d.ts +346 -346
- package/dist/namespaces/Task.d.ts.map +1 -1
- package/dist/namespaces/Task.js +525 -525
- package/dist/namespaces/Telemetry.d.ts +176 -176
- package/dist/namespaces/Telemetry.d.ts.map +1 -1
- package/dist/namespaces/Telemetry.js +255 -255
- package/dist/namespaces/VolumeStatics.d.ts +64 -64
- package/dist/namespaces/VolumeStatics.d.ts.map +1 -1
- package/dist/namespaces/VolumeStatics.js +85 -85
- package/dist/namespaces/Water.d.ts +27 -27
- package/dist/namespaces/Water.d.ts.map +1 -1
- package/dist/namespaces/Water.js +41 -41
- package/dist/namespaces/WeaponStatics.d.ts +234 -234
- package/dist/namespaces/WeaponStatics.d.ts.map +1 -1
- package/dist/namespaces/WeaponStatics.js +320 -320
- package/dist/namespaces/Zone.d.ts +7 -7
- package/dist/namespaces/Zone.d.ts.map +1 -1
- package/dist/namespaces/Zone.js +9 -9
- package/package.json +1 -1
- package/src/classes/AnimScene.ts +133 -133
- package/src/classes/BaseModel.ts +50 -50
- package/src/classes/BaseTask.ts +55 -55
- package/src/classes/Cam.ts +126 -126
- package/src/classes/Entity.ts +365 -365
- package/src/classes/Interior.ts +43 -43
- package/src/classes/Ped.ts +86 -86
- package/src/classes/PedTask.ts +2067 -2067
- package/src/classes/PersChar.ts +34 -34
- package/src/classes/Pickup.ts +16 -16
- package/src/classes/Player.ts +296 -296
- package/src/classes/Prop.ts +203 -203
- package/src/classes/PropSet.ts +29 -29
- package/src/classes/VehicleTask.ts +32 -32
- package/src/classes/Volume.ts +61 -61
- package/src/classes/Weapon.ts +427 -427
- package/src/namespaces/Animscene.ts +86 -86
- package/src/namespaces/Audio.ts +760 -760
- package/src/namespaces/Bounty.ts +102 -102
- package/src/namespaces/CamStatics.ts +631 -631
- package/src/namespaces/Collection.ts +114 -114
- package/src/namespaces/Compendium.ts +59 -59
- package/src/namespaces/Crashlog.ts +16 -16
- package/src/namespaces/Databinding.ts +282 -282
- package/src/namespaces/EntityStatics.ts +158 -158
- package/src/namespaces/Graphics.ts +1140 -1140
- package/src/namespaces/Hud.ts +592 -592
- package/src/namespaces/InteriorStatics.ts +64 -64
- package/src/namespaces/Inventory.ts +165 -165
- package/src/namespaces/Itemdatabase.ts +8 -8
- package/src/namespaces/Map.ts +256 -256
- package/src/namespaces/Minigame.ts +92 -92
- package/src/namespaces/Network.ts +1392 -1392
- package/src/namespaces/Object.ts +350 -350
- package/src/namespaces/Pad.ts +127 -127
- package/src/namespaces/PedStatics.ts +30 -30
- package/src/namespaces/Perschar.ts +76 -76
- package/src/namespaces/Physics.ts +327 -327
- package/src/namespaces/PlayerStatics.ts +103 -103
- package/src/namespaces/Population.ts +131 -131
- package/src/namespaces/Posse.ts +67 -67
- package/src/namespaces/Propset.ts +92 -92
- package/src/namespaces/Shapetest.ts +14 -14
- package/src/namespaces/Stats.ts +143 -143
- package/src/namespaces/Streaming.ts +226 -226
- package/src/namespaces/Task.ts +498 -498
- package/src/namespaces/Telemetry.ts +261 -261
- package/src/namespaces/VolumeStatics.ts +87 -87
- package/src/namespaces/Water.ts +47 -47
- package/src/namespaces/WeaponStatics.ts +325 -325
- package/src/namespaces/Zone.ts +10 -10
package/dist/namespaces/Map.d.ts
CHANGED
|
@@ -99,183 +99,82 @@ export declare class Map {
|
|
|
99
99
|
*/
|
|
100
100
|
static lockMinimapAngle(angle: number): void;
|
|
101
101
|
/**
|
|
102
|
-
*
|
|
103
|
-
*
|
|
104
|
-
* @returns
|
|
105
|
-
*/
|
|
106
|
-
static isGpsRouteOnRoad(): any;
|
|
107
|
-
/**
|
|
108
|
-
* list of minimap props: https://github.com/femga/rdr3_discoveries/tree/master/graphics/minimap/minimapObjects
|
|
109
|
-
* variations parameter are the interior locations you see on the map like these bellow
|
|
110
|
-
* variation 0 https://i.imgur.com/jkLhn3Z.png
|
|
111
|
-
* variation 2 https://i.imgur.com/eKV0Tcm.png
|
|
112
|
-
* variation 4 https://i.imgur.com/rjwOgEH.png
|
|
113
|
-
* there are more and you can find them in the decompiles
|
|
114
|
-
*
|
|
115
|
-
* @param minimapProp
|
|
116
|
-
* @param pos
|
|
117
|
-
* @param rotation
|
|
118
|
-
* @param variation
|
|
119
|
-
*/
|
|
120
|
-
static addPropToMinimap(minimapProp: string | number, pos: Vector2, rotation: number, variation: number): void;
|
|
121
|
-
/**
|
|
122
|
-
* @param minimapProp
|
|
123
|
-
*/
|
|
124
|
-
static removePropFromMinimap(minimapProp: string | number): void;
|
|
125
|
-
/**
|
|
126
|
-
* will remove the blip icon from the entity lockon prompt, use 0 for p1
|
|
102
|
+
* adds the entity blip icon to the entity lockon prompt if wrong param will remove the icon if had any
|
|
127
103
|
*
|
|
128
104
|
* @param entity
|
|
129
|
-
* @param
|
|
130
|
-
*/
|
|
131
|
-
static clearBlipIconFromLockonEntityPrompt(entity: Entity, p1: number): void;
|
|
132
|
-
/**
|
|
133
|
-
* https://alloc8or.re/rdr3/doc/enums/rage__eGpsFlags.txt
|
|
134
|
-
*
|
|
135
|
-
* @param p0
|
|
136
|
-
* @param p1
|
|
105
|
+
* @param blipId
|
|
137
106
|
*/
|
|
138
|
-
static
|
|
107
|
+
static setEntityBlipIconToLockonEntityPrompt(entity: Entity, blipId: number): void;
|
|
139
108
|
/**
|
|
140
|
-
* @
|
|
141
|
-
* @param player
|
|
109
|
+
* @returns blip
|
|
142
110
|
*/
|
|
143
|
-
static
|
|
111
|
+
static removeBlip(): Blip | null;
|
|
112
|
+
static clearGpsPlayerWaypoint(): void;
|
|
144
113
|
/**
|
|
145
114
|
* @param blip
|
|
146
|
-
* @param blipType
|
|
147
|
-
* @param blipHash
|
|
148
|
-
*/
|
|
149
|
-
static setBlipFlashTimer(blip: number, blipType: number, blipHash: string | number): void;
|
|
150
|
-
/**
|
|
151
115
|
* @param hash
|
|
116
|
+
* @param p2
|
|
152
117
|
*/
|
|
153
|
-
static
|
|
154
|
-
/**
|
|
155
|
-
* @param colorNameHash
|
|
156
|
-
* @param onFoot
|
|
157
|
-
* @param inVehicle
|
|
158
|
-
*/
|
|
159
|
-
static startGpsMultiRoute(colorNameHash: string | number, onFoot: boolean, inVehicle: boolean): void;
|
|
160
|
-
/**
|
|
161
|
-
* will add a blip icon to the entity lockon prompt that you specify
|
|
162
|
-
*
|
|
163
|
-
* @param entity
|
|
164
|
-
* @param blipIcon
|
|
165
|
-
*/
|
|
166
|
-
static setBlipIconToLockonEntityPrompt(entity: Entity, blipIcon: string | number): void;
|
|
118
|
+
static setBlipSprite(blip: number, hash: string | number, p2: boolean): void;
|
|
167
119
|
/**
|
|
168
|
-
*
|
|
120
|
+
* checks if the entity lockon prompt contains an icon
|
|
169
121
|
*
|
|
170
122
|
* @param entity
|
|
123
|
+
* @param blipId
|
|
171
124
|
* @returns
|
|
172
125
|
*/
|
|
173
|
-
static
|
|
174
|
-
/**
|
|
175
|
-
* Clears the previously set coordinates for the pause map view, removing any specified focal point and radius that were set using `SetPausemapCoordsWithRadius - 0xE0884C184728C75B`
|
|
176
|
-
*/
|
|
177
|
-
static clearPausemapCoords(): void;
|
|
126
|
+
static isBlipIconOnLockonEntityPrompt(entity: Entity, blipId: number): any;
|
|
178
127
|
/**
|
|
179
|
-
* Used for GUARMA MODE; Enabled: toggle = false, 0; Disabled: toggle = true, 0
|
|
180
|
-
* Hash p1 seems to be unused, always 0
|
|
181
|
-
*
|
|
182
128
|
* @param toggle
|
|
183
|
-
* @param p1
|
|
184
129
|
*/
|
|
185
|
-
static
|
|
130
|
+
static allowSonarBlips(toggle: boolean): void;
|
|
131
|
+
static showActivePointsOfInterest(): void;
|
|
186
132
|
/**
|
|
187
|
-
* @param blip
|
|
188
133
|
* @returns
|
|
189
134
|
*/
|
|
190
|
-
static
|
|
191
|
-
/**
|
|
192
|
-
* https://alloc8or.re/rdr3/doc/enums/eBlipModifier.txt
|
|
193
|
-
* https://github.com/femga/rdr3_discoveries/tree/master/useful_info_from_rpfs/blip_modifiers Old name: _BLIP_SET_MODIFIER
|
|
194
|
-
*
|
|
195
|
-
* @param blip
|
|
196
|
-
* @param modifierHash
|
|
197
|
-
* @returns
|
|
198
|
-
*/
|
|
199
|
-
static blipAddModifier(blip: number, modifierHash: string | number): any;
|
|
200
|
-
/**
|
|
201
|
-
* Does the same as SET_GPS_MULTI_ROUTE_RENDER(false);
|
|
202
|
-
*/
|
|
203
|
-
static clearGpsMultiRoute(): void;
|
|
135
|
+
static isWaypointActive(): boolean;
|
|
204
136
|
/**
|
|
205
137
|
* @param blip
|
|
206
|
-
* @returns
|
|
207
|
-
*/
|
|
208
|
-
static doesBlipExist(blip: number): boolean;
|
|
209
|
-
/**
|
|
210
|
-
* @param discoveryHash
|
|
211
|
-
*/
|
|
212
|
-
static discoverySetEnabled(discoveryHash: string | number): void;
|
|
213
|
-
/**
|
|
214
|
-
* @param styleHash
|
|
215
|
-
* @returns
|
|
138
|
+
* @returns p1; p2
|
|
216
139
|
*/
|
|
217
|
-
static
|
|
140
|
+
static setBlipFlashes(blip: number): [any, number, number];
|
|
218
141
|
/**
|
|
219
|
-
* https://github.com/femga/rdr3_discoveries/tree/master/useful_info_from_rpfs/textures/blips
|
|
220
|
-
* https://github.com/femga/rdr3_discoveries/tree/master/useful_info_from_rpfs/textures/blips_mp
|
|
221
|
-
*
|
|
222
142
|
* @param blipHash
|
|
223
|
-
* @param
|
|
143
|
+
* @param pickup
|
|
224
144
|
* @returns
|
|
225
145
|
*/
|
|
226
|
-
static
|
|
227
|
-
|
|
228
|
-
* @param pos
|
|
229
|
-
* @param p3
|
|
230
|
-
*/
|
|
231
|
-
static addPointToGpsMultiRoute(pos: Vector3, p3: boolean): void;
|
|
232
|
-
static setRadarAsExteriorThisFrame(): void;
|
|
146
|
+
static blipAddForPickupPlacement(blipHash: string | number, pickup: Pickup): number;
|
|
147
|
+
static hideActivePointsOfInterest(): void;
|
|
233
148
|
/**
|
|
234
|
-
* @param
|
|
235
|
-
* @param
|
|
149
|
+
* @param volume
|
|
150
|
+
* @param p1
|
|
236
151
|
*/
|
|
237
|
-
static
|
|
152
|
+
static setMinimapFowRevealVolume(volume: Volume, p1: string | number): void;
|
|
238
153
|
/**
|
|
239
|
-
*
|
|
154
|
+
* https://github.com/femga/rdr3_discoveries/tree/master/useful_info_from_rpfs/blip_styles
|
|
155
|
+
* Removes any existing modifiers and sets the style.
|
|
240
156
|
*
|
|
241
|
-
* @param toggle
|
|
242
|
-
*/
|
|
243
|
-
static displayRadar(toggle: boolean): void;
|
|
244
|
-
/**
|
|
245
157
|
* @param blip
|
|
246
|
-
* @param
|
|
247
|
-
*/
|
|
248
|
-
static setBlipCoords(blip: number, pos: Vector3): void;
|
|
249
|
-
/**
|
|
250
|
-
* @param discoveryHash
|
|
251
|
-
*/
|
|
252
|
-
static discoverRegion(discoveryHash: string | number): void;
|
|
253
|
-
/**
|
|
254
|
-
* Up to eight coordinates may be revealed per frame
|
|
255
|
-
*
|
|
256
|
-
* @param pos
|
|
257
|
-
* @param p3
|
|
258
|
-
*/
|
|
259
|
-
static setMinimapFowRevealCoordinate(pos: Vector3, p3: string | number): void;
|
|
260
|
-
static setWaypointOff(): void;
|
|
261
|
-
/**
|
|
158
|
+
* @param styleHash
|
|
262
159
|
* @returns
|
|
263
160
|
*/
|
|
264
|
-
static
|
|
161
|
+
static blipSetStyle(blip: number, styleHash: string | number): any;
|
|
265
162
|
/**
|
|
266
|
-
* @param
|
|
267
|
-
* @param name
|
|
163
|
+
* @param zoomLevel
|
|
268
164
|
*/
|
|
269
|
-
static
|
|
165
|
+
static setRadarZoom(zoomLevel: number): void;
|
|
270
166
|
/**
|
|
271
|
-
* @param
|
|
167
|
+
* @param regionHash
|
|
168
|
+
* @param styleHash
|
|
169
|
+
* @returns
|
|
272
170
|
*/
|
|
273
|
-
static
|
|
171
|
+
static isRegionHighlightedWithStyle(regionHash: string | number, styleHash: string | number): any;
|
|
274
172
|
/**
|
|
275
|
-
*
|
|
276
|
-
*
|
|
173
|
+
* Unlike `GET_WAYPOINT_COORDS - 0x29B30D07C3F7873B`, which returns a single value, this native returns the x and y coordinates of the waypoint separately as floats from pointer. To retrieve each coordinate, `Citizen.PointerValueFloat()` must be used with this function.
|
|
174
|
+
*
|
|
175
|
+
* @returns x; y
|
|
277
176
|
*/
|
|
278
|
-
static
|
|
177
|
+
static getWaypointPosition(): [any, number, number];
|
|
279
178
|
/**
|
|
280
179
|
* @param blip
|
|
281
180
|
* @param rotation
|
|
@@ -393,81 +292,182 @@ export declare class Map {
|
|
|
393
292
|
*/
|
|
394
293
|
static setBlipScale(blip: number, scale: number): void;
|
|
395
294
|
/**
|
|
396
|
-
*
|
|
295
|
+
* Checks if the GPS route to the waypoint is navigable along a road. If a route exists but there is no valid road path, this function returns false.
|
|
296
|
+
*
|
|
297
|
+
* @returns
|
|
298
|
+
*/
|
|
299
|
+
static isGpsRouteOnRoad(): any;
|
|
300
|
+
/**
|
|
301
|
+
* list of minimap props: https://github.com/femga/rdr3_discoveries/tree/master/graphics/minimap/minimapObjects
|
|
302
|
+
* variations parameter are the interior locations you see on the map like these bellow
|
|
303
|
+
* variation 0 https://i.imgur.com/jkLhn3Z.png
|
|
304
|
+
* variation 2 https://i.imgur.com/eKV0Tcm.png
|
|
305
|
+
* variation 4 https://i.imgur.com/rjwOgEH.png
|
|
306
|
+
* there are more and you can find them in the decompiles
|
|
307
|
+
*
|
|
308
|
+
* @param minimapProp
|
|
309
|
+
* @param pos
|
|
310
|
+
* @param rotation
|
|
311
|
+
* @param variation
|
|
312
|
+
*/
|
|
313
|
+
static addPropToMinimap(minimapProp: string | number, pos: Vector2, rotation: number, variation: number): void;
|
|
314
|
+
/**
|
|
315
|
+
* @param minimapProp
|
|
316
|
+
*/
|
|
317
|
+
static removePropFromMinimap(minimapProp: string | number): void;
|
|
318
|
+
/**
|
|
319
|
+
* will remove the blip icon from the entity lockon prompt, use 0 for p1
|
|
397
320
|
*
|
|
398
321
|
* @param entity
|
|
399
|
-
* @param
|
|
322
|
+
* @param p1
|
|
400
323
|
*/
|
|
401
|
-
static
|
|
324
|
+
static clearBlipIconFromLockonEntityPrompt(entity: Entity, p1: number): void;
|
|
402
325
|
/**
|
|
403
|
-
*
|
|
326
|
+
* https://alloc8or.re/rdr3/doc/enums/rage__eGpsFlags.txt
|
|
327
|
+
*
|
|
328
|
+
* @param p0
|
|
329
|
+
* @param p1
|
|
404
330
|
*/
|
|
405
|
-
static
|
|
406
|
-
static clearGpsPlayerWaypoint(): void;
|
|
331
|
+
static setGpsFlags(p0: number, p1: number): void;
|
|
407
332
|
/**
|
|
408
333
|
* @param blip
|
|
334
|
+
* @param player
|
|
335
|
+
*/
|
|
336
|
+
static setBlipNameToPlayerName(blip: number, player: Player): void;
|
|
337
|
+
/**
|
|
338
|
+
* @param blip
|
|
339
|
+
* @param blipType
|
|
340
|
+
* @param blipHash
|
|
341
|
+
*/
|
|
342
|
+
static setBlipFlashTimer(blip: number, blipType: number, blipHash: string | number): void;
|
|
343
|
+
/**
|
|
409
344
|
* @param hash
|
|
410
|
-
* @param p2
|
|
411
345
|
*/
|
|
412
|
-
static
|
|
346
|
+
static resetMinimapFow(hash: string | number): void;
|
|
413
347
|
/**
|
|
414
|
-
*
|
|
348
|
+
* @param colorNameHash
|
|
349
|
+
* @param onFoot
|
|
350
|
+
* @param inVehicle
|
|
351
|
+
*/
|
|
352
|
+
static startGpsMultiRoute(colorNameHash: string | number, onFoot: boolean, inVehicle: boolean): void;
|
|
353
|
+
/**
|
|
354
|
+
* will add a blip icon to the entity lockon prompt that you specify
|
|
355
|
+
*
|
|
356
|
+
* @param entity
|
|
357
|
+
* @param blipIcon
|
|
358
|
+
*/
|
|
359
|
+
static setBlipIconToLockonEntityPrompt(entity: Entity, blipIcon: string | number): void;
|
|
360
|
+
/**
|
|
361
|
+
* Returns the Blip handle of given Entity.
|
|
415
362
|
*
|
|
416
363
|
* @param entity
|
|
417
|
-
* @param blipId
|
|
418
364
|
* @returns
|
|
419
365
|
*/
|
|
420
|
-
static
|
|
366
|
+
static getBlipFromEntity(entity: Entity): number;
|
|
421
367
|
/**
|
|
368
|
+
* Clears the previously set coordinates for the pause map view, removing any specified focal point and radius that were set using `SetPausemapCoordsWithRadius - 0xE0884C184728C75B`
|
|
369
|
+
*/
|
|
370
|
+
static clearPausemapCoords(): void;
|
|
371
|
+
/**
|
|
372
|
+
* Used for GUARMA MODE; Enabled: toggle = false, 0; Disabled: toggle = true, 0
|
|
373
|
+
* Hash p1 seems to be unused, always 0
|
|
374
|
+
*
|
|
422
375
|
* @param toggle
|
|
376
|
+
* @param p1
|
|
423
377
|
*/
|
|
424
|
-
static
|
|
425
|
-
static showActivePointsOfInterest(): void;
|
|
378
|
+
static setFowUpdatePlayerOverride(toggle: boolean, p1: string | number): void;
|
|
426
379
|
/**
|
|
380
|
+
* @param blip
|
|
427
381
|
* @returns
|
|
428
382
|
*/
|
|
429
|
-
static
|
|
383
|
+
static isBlipOnMinimap(blip: number): boolean;
|
|
430
384
|
/**
|
|
385
|
+
* https://alloc8or.re/rdr3/doc/enums/eBlipModifier.txt
|
|
386
|
+
* https://github.com/femga/rdr3_discoveries/tree/master/useful_info_from_rpfs/blip_modifiers Old name: _BLIP_SET_MODIFIER
|
|
387
|
+
*
|
|
431
388
|
* @param blip
|
|
432
|
-
* @
|
|
389
|
+
* @param modifierHash
|
|
390
|
+
* @returns
|
|
433
391
|
*/
|
|
434
|
-
static
|
|
392
|
+
static blipAddModifier(blip: number, modifierHash: string | number): any;
|
|
393
|
+
/**
|
|
394
|
+
* Does the same as SET_GPS_MULTI_ROUTE_RENDER(false);
|
|
395
|
+
*/
|
|
396
|
+
static clearGpsMultiRoute(): void;
|
|
397
|
+
/**
|
|
398
|
+
* @param blip
|
|
399
|
+
* @returns
|
|
400
|
+
*/
|
|
401
|
+
static doesBlipExist(blip: number): boolean;
|
|
402
|
+
/**
|
|
403
|
+
* @param discoveryHash
|
|
404
|
+
*/
|
|
405
|
+
static discoverySetEnabled(discoveryHash: string | number): void;
|
|
406
|
+
/**
|
|
407
|
+
* @param styleHash
|
|
408
|
+
* @returns
|
|
409
|
+
*/
|
|
410
|
+
static blipAddForStyle(styleHash: string | number): number;
|
|
435
411
|
/**
|
|
412
|
+
* https://github.com/femga/rdr3_discoveries/tree/master/useful_info_from_rpfs/textures/blips
|
|
413
|
+
* https://github.com/femga/rdr3_discoveries/tree/master/useful_info_from_rpfs/textures/blips_mp
|
|
414
|
+
*
|
|
436
415
|
* @param blipHash
|
|
437
|
-
* @param
|
|
416
|
+
* @param pos
|
|
438
417
|
* @returns
|
|
439
418
|
*/
|
|
440
|
-
static
|
|
441
|
-
static hideActivePointsOfInterest(): void;
|
|
419
|
+
static blipAddForCoords(blipHash: string | number, pos: Vector3): number;
|
|
442
420
|
/**
|
|
443
|
-
* @param
|
|
444
|
-
* @param
|
|
421
|
+
* @param pos
|
|
422
|
+
* @param p3
|
|
445
423
|
*/
|
|
446
|
-
static
|
|
424
|
+
static addPointToGpsMultiRoute(pos: Vector3, p3: boolean): void;
|
|
425
|
+
static setRadarAsExteriorThisFrame(): void;
|
|
447
426
|
/**
|
|
448
|
-
*
|
|
449
|
-
*
|
|
427
|
+
* @param pos
|
|
428
|
+
* @param radius
|
|
429
|
+
*/
|
|
430
|
+
static setPausemapCoordsWithRadius(pos: Vector3, radius: number): void;
|
|
431
|
+
/**
|
|
432
|
+
* If Minimap / Radar should be displayed.
|
|
450
433
|
*
|
|
434
|
+
* @param toggle
|
|
435
|
+
*/
|
|
436
|
+
static displayRadar(toggle: boolean): void;
|
|
437
|
+
/**
|
|
451
438
|
* @param blip
|
|
452
|
-
* @param
|
|
453
|
-
* @returns
|
|
439
|
+
* @param pos
|
|
454
440
|
*/
|
|
455
|
-
static
|
|
441
|
+
static setBlipCoords(blip: number, pos: Vector3): void;
|
|
456
442
|
/**
|
|
457
|
-
* @param
|
|
443
|
+
* @param discoveryHash
|
|
458
444
|
*/
|
|
459
|
-
static
|
|
445
|
+
static discoverRegion(discoveryHash: string | number): void;
|
|
446
|
+
/**
|
|
447
|
+
* Up to eight coordinates may be revealed per frame
|
|
448
|
+
*
|
|
449
|
+
* @param pos
|
|
450
|
+
* @param p3
|
|
451
|
+
*/
|
|
452
|
+
static setMinimapFowRevealCoordinate(pos: Vector3, p3: string | number): void;
|
|
453
|
+
static setWaypointOff(): void;
|
|
460
454
|
/**
|
|
461
|
-
* @param regionHash
|
|
462
|
-
* @param styleHash
|
|
463
455
|
* @returns
|
|
464
456
|
*/
|
|
465
|
-
static
|
|
457
|
+
static getWaypointCoords(): Vector3;
|
|
466
458
|
/**
|
|
467
|
-
*
|
|
468
|
-
*
|
|
469
|
-
* @returns x; y
|
|
459
|
+
* @param blip
|
|
460
|
+
* @param name
|
|
470
461
|
*/
|
|
471
|
-
static
|
|
462
|
+
static setBlipName(blip: number, name: string | null): void;
|
|
463
|
+
/**
|
|
464
|
+
* @param p0
|
|
465
|
+
*/
|
|
466
|
+
static N_0xD3F58E9316B7FC2A(p0: any): void;
|
|
467
|
+
/**
|
|
468
|
+
* @param blip
|
|
469
|
+
* @returns
|
|
470
|
+
*/
|
|
471
|
+
static isBlipAttachedToAnyEntity(blip: number): any;
|
|
472
472
|
}
|
|
473
473
|
//# sourceMappingURL=Map.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Map.d.ts","sourceRoot":"","sources":["../../src/namespaces/Map.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,wBAAwB,CAAC;AACnD,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAC3C,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAM3C,qBAAa,GAAG;IACd;;;;OAIG;IACH,MAAM,CAAC,wBAAwB,IAAI,GAAG;IAItC;;;OAGG;IACH,MAAM,CAAC,gCAAgC,CAAC,KAAK,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI;IAIjF;;OAEG;IACH,MAAM,CAAC,iBAAiB,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI;IAI3D;;;;;;OAMG;IACH,MAAM,CAAC,oCAAoC,CAAC,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,GAAG,IAAI;IAI7E;;OAEG;IACH,MAAM,CAAC,gBAAgB,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI;IAIpD;;;OAGG;IACH,MAAM,CAAC,aAAa,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO;IAI3C;;;;;;;OAOG;IACH,MAAM,CAAC,kBAAkB,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,EAAE,EAAE,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI;IAIjF;;;;OAIG;IACH,MAAM,CAAC,WAAW,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI;IAItC;;;;OAIG;IACH,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,MAAM,GAAG,GAAG;IAIlE;;;;OAIG;IACH,MAAM,CAAC,gBAAgB,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,MAAM;IAI1E;;;;;;OAMG;IACH,MAAM,CAAC,kBAAkB,CAAC,IAAI,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,GAAG,MAAM,GAAG,GAAG;IAI3E,MAAM,CAAC,kBAAkB,IAAI,IAAI;IAIjC;;;;OAIG;IACH,MAAM,CAAC,gBAAgB,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,MAAM;IAI1E;;;OAGG;IACH,MAAM,CAAC,wBAAwB,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,IAAI;IAIhF;;;;;OAKG;IACH,MAAM,CAAC,oBAAoB,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI;IAI/C;;;;OAIG;IACH,MAAM,CAAC,gBAAgB,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAI5C
|
|
1
|
+
{"version":3,"file":"Map.d.ts","sourceRoot":"","sources":["../../src/namespaces/Map.ts"],"names":[],"mappings":"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"}
|