xray16 1.0.7 → 1.0.9

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.
Files changed (65) hide show
  1. package/README.md +4 -1
  2. package/package.json +4 -3
  3. package/types/index.d.ts +46 -22
  4. package/types/{xr_object → xr_ai}/xr_action.d.ts +163 -135
  5. package/types/xr_ai/xr_alife.d.ts +552 -0
  6. package/types/xr_ai/xr_enemy_evaluation.d.ts +41 -0
  7. package/types/xr_ai/xr_goap.d.ts +668 -0
  8. package/types/xr_ai/xr_graph.d.ts +47 -0
  9. package/types/xr_ai/xr_memory.d.ts +148 -0
  10. package/types/xr_lib/xr_animation.d.ts +81 -0
  11. package/types/xr_lib/xr_bitwise.d.ts +21 -0
  12. package/types/xr_lib/xr_color.d.ts +40 -0
  13. package/types/xr_lib/xr_debug.d.ts +100 -0
  14. package/types/{xr_object → xr_lib}/xr_dialog.d.ts +7 -1
  15. package/types/xr_lib/xr_flags.d.ts +148 -0
  16. package/types/xr_lib/xr_fs.d.ts +37 -233
  17. package/types/xr_lib/xr_game.d.ts +159 -0
  18. package/types/xr_lib/xr_hit.d.ts +41 -0
  19. package/types/xr_lib/xr_ini.d.ts +176 -0
  20. package/types/xr_lib/xr_level.d.ts +225 -0
  21. package/types/xr_lib/xr_luabind.d.ts +59 -0
  22. package/types/{xr_map → xr_lib}/xr_map.d.ts +19 -0
  23. package/types/xr_lib/xr_math.d.ts +65 -0
  24. package/types/{xr_online → xr_lib}/xr_multiplayer.d.ts +52 -0
  25. package/types/xr_lib/xr_properties.d.ts +166 -0
  26. package/types/xr_lib/xr_relation.d.ts +84 -0
  27. package/types/xr_lib/xr_render.d.ts +70 -0
  28. package/types/xr_lib/xr_save.d.ts +223 -0
  29. package/types/{xr_sound → xr_lib}/xr_sound.d.ts +10 -12
  30. package/types/xr_lib/xr_stats.ts +20 -0
  31. package/types/{xr_object/xr_quest.d.ts → xr_lib/xr_task.d.ts} +54 -2
  32. package/types/xr_lib/xr_time.d.ts +61 -0
  33. package/types/{xr_type → xr_lib}/xr_type.d.ts +18 -13
  34. package/types/xr_object/client/xr_client_object.d.ts +76 -0
  35. package/types/xr_object/{xr_level.d.ts → client/xr_level.d.ts} +69 -0
  36. package/types/xr_object/{xr_physic.d.ts → client/xr_physic.d.ts} +58 -0
  37. package/types/xr_object/client/xr_zone.d.ts +40 -0
  38. package/types/xr_object/script/xr_script_interface.d.ts +429 -0
  39. package/types/xr_object/{xr_client_object.d.ts → script/xr_script_object.d.ts} +425 -518
  40. package/types/xr_object/script/xr_script_trade.d.ts +26 -0
  41. package/types/xr_object/{xr_server_object.d.ts → server/xr_server_object.d.ts} +151 -72
  42. package/types/xr_ui/xr_ui_asset.d.ts +123 -0
  43. package/types/xr_ui/xr_ui_core.d.ts +33 -123
  44. package/types/xr_ui/xr_ui_event.d.ts +382 -0
  45. package/types/xr_ui/xr_ui_interface.d.ts +213 -0
  46. package/types/xr_ui/xr_ui_menu.d.ts +142 -0
  47. package/types/xr_constant.d.ts +0 -996
  48. package/types/xr_core.d.ts +0 -347
  49. package/types/xr_global.d.ts +0 -663
  50. package/types/xr_lib/xr_utils.d.ts +0 -412
  51. package/types/xr_luabind.d.ts +0 -34
  52. package/types/xr_object/xr_alife.d.ts +0 -213
  53. package/types/xr_type/xr_enums.d.ts +0 -17
  54. package/types/xr_ui/README.md +0 -277
  55. package/types/xr_ui/demo/CServerList.png +0 -0
  56. package/types/xr_ui/demo/CUI3tButton.png +0 -0
  57. package/types/xr_ui/demo/CUICheckButton.png +0 -0
  58. package/types/xr_ui/demo/CUIComboBox.png +0 -0
  59. package/types/xr_ui/demo/CUICustomEdit.png +0 -0
  60. package/types/xr_ui/demo/CUIStatic.png +0 -0
  61. package/types/xr_ui/demo/CUITrackBar.png +0 -0
  62. /package/types/xr_object/{xr_anomaly.d.ts → client/xr_anomaly.d.ts} +0 -0
  63. /package/types/xr_object/{xr_artefact.d.ts → client/xr_artefact.d.ts} +0 -0
  64. /package/types/xr_object/{xr_creature.d.ts → client/xr_creature.d.ts} +0 -0
  65. /package/types/xr_object/{xr_item.d.ts → client/xr_item.d.ts} +0 -0
@@ -1,996 +0,0 @@
1
- declare module "xray16" {
2
- /**
3
- * @source C++ class stalker_ids
4
- * @customConstructor stalker_ids
5
- * @group xr_constants
6
- */
7
- export class stalker_ids {
8
- public static readonly action_accomplish_task: 7;
9
- public static readonly action_aim_enemy: 16;
10
- public static readonly action_alife_planner: 88;
11
- public static readonly action_anomaly_planner: 90;
12
- public static readonly action_combat_planner: 89;
13
- public static readonly action_communicate_with_customer: 9;
14
- public static readonly action_critically_wounded: 36;
15
- public static readonly action_danger_by_sound_planner: 73;
16
- public static readonly action_danger_grenade_look_around: 85;
17
- public static readonly action_danger_grenade_planner: 72;
18
- public static readonly action_danger_grenade_search: 86;
19
- public static readonly action_danger_grenade_take_cover: 82;
20
- public static readonly action_danger_grenade_take_cover_after_explosion: 84;
21
- public static readonly action_danger_grenade_wait_for_explosion: 83;
22
- public static readonly action_danger_in_direction_detour: 80;
23
- public static readonly action_danger_in_direction_hold_position: 79;
24
- public static readonly action_danger_in_direction_look_out: 78;
25
- public static readonly action_danger_in_direction_planner: 71;
26
- public static readonly action_danger_in_direction_search: 81;
27
- public static readonly action_danger_in_direction_take_cover: 77;
28
- public static readonly action_danger_planner: 91;
29
- public static readonly action_danger_unknown_look_around: 75;
30
- public static readonly action_danger_unknown_planner: 70;
31
- public static readonly action_danger_unknown_search: 76;
32
- public static readonly action_danger_unknown_take_cover: 74;
33
- public static readonly action_dead: 0;
34
- public static readonly action_death_planner: 87;
35
- public static readonly action_detour_enemy: 25;
36
- public static readonly action_dying: 1;
37
- public static readonly action_find_ammo: 15;
38
- public static readonly action_find_item_to_kill: 13;
39
- public static readonly action_gather_items: 2;
40
- public static readonly action_get_distance: 24;
41
- public static readonly action_get_item_to_kill: 12;
42
- public static readonly action_get_ready_to_kill: 17;
43
- public static readonly action_hold_position: 23;
44
- public static readonly action_kill_enemy: 19;
45
- public static readonly action_kill_enemy_if_not_visible: 29;
46
- public static readonly action_kill_if_enemy_critically_wounded: 37;
47
- public static readonly action_kill_if_player_on_the_path: 35;
48
- public static readonly action_kill_wounded_enemy: 33;
49
- public static readonly action_look_out: 22;
50
- public static readonly action_make_item_killing: 14;
51
- public static readonly action_no_alife: 3;
52
- public static readonly action_post_combat_wait: 34;
53
- public static readonly action_prepare_wounded_enemy: 32;
54
- public static readonly action_reach_customer_location: 8;
55
- public static readonly action_reach_task_location: 6;
56
- public static readonly action_reach_wounded_enemy: 30;
57
- public static readonly action_retreat_from_enemy: 20;
58
- public static readonly action_script: 92;
59
- public static readonly action_search_enemy: 26;
60
- public static readonly action_smart_terrain_task: 4;
61
- public static readonly action_solve_zone_puzzle: 5;
62
- public static readonly action_sudden_attack: 28;
63
- public static readonly action_take_cover: 21;
64
- public static readonly detect_anomaly: 11;
65
- public static readonly get_out_of_anomaly: 10;
66
- public static readonly property_alife: 3;
67
- /**
68
- * Whether object is alive.
69
- */
70
- public static readonly property_alive: 0;
71
- public static readonly property_already_dead: 2;
72
- public static readonly property_anomaly: 46;
73
- public static readonly property_cover_actual: 42;
74
- public static readonly property_cover_reached: 43;
75
- public static readonly property_critically_wounded: 29;
76
- public static readonly property_danger: 8;
77
- public static readonly property_danger_by_sound: 41;
78
- public static readonly property_danger_grenade: 40;
79
- public static readonly property_danger_in_direction: 39;
80
- public static readonly property_danger_unknown: 38;
81
- public static readonly property_dead: 1;
82
- /**
83
- * Whether object has any enemy.
84
- */
85
- public static readonly property_enemy: 7;
86
- public static readonly property_enemy_critically_wounded: 30;
87
- public static readonly property_enemy_detoured: 21;
88
- public static readonly property_found_ammo: 12;
89
- public static readonly property_found_item_to_kill: 10;
90
- public static readonly property_grenade_exploded: 45;
91
- public static readonly property_in_cover: 18;
92
- public static readonly property_inside_anomaly: 47;
93
- public static readonly property_item_can_kill: 11;
94
- public static readonly property_item_to_kill: 9;
95
- /**
96
- * Whether object has valuable items to be looted after death.
97
- */
98
- public static readonly property_items: 6;
99
- public static readonly property_looked_around: 44;
100
- public static readonly property_looked_out: 19;
101
- /**
102
- * Whether object should panic.
103
- */
104
- public static readonly property_panic: 17;
105
- public static readonly property_position_holded: 20;
106
- public static readonly property_pure_enemy: 23;
107
- /**
108
- * Whether object has solved zone puzzle.
109
- * Originally alife was different and it was end goal of each stalker.
110
- * To solve zone puzzle stalkers collected artefacts, did quests etc.
111
- */
112
- public static readonly property_puzzle_solved: 4;
113
- public static readonly property_ready_to_detour: 14;
114
- public static readonly property_ready_to_kill: 13;
115
- public static readonly property_script: 74;
116
- /**
117
- * Whether object see enemy.
118
- */
119
- public static readonly property_see_enemy: 15;
120
- public static readonly property_smart_terrain_task: 5;
121
- public static readonly property_use_crouch_to_look_out: 24;
122
- public static readonly property_use_suddenness: 22;
123
- public static readonly sound_alarm: 4;
124
- public static readonly sound_attack_allies_several_enemies: 7;
125
- public static readonly sound_attack_allies_single_enemy: 6;
126
- public static readonly sound_attack_no_allies: 5;
127
- public static readonly sound_backup: 8;
128
- public static readonly sound_detour: 9;
129
- public static readonly sound_die: 0;
130
- public static readonly sound_die_in_anomaly: 1;
131
- public static readonly sound_enemy_critically_wounded: 24;
132
- public static readonly sound_enemy_killed_or_wounded = -805289984;
133
- public static readonly sound_enemy_lost_no_allies: 12;
134
- public static readonly sound_enemy_lost_with_allies: 13;
135
- public static readonly sound_friendly_grenade_alarm: 20;
136
- public static readonly sound_grenade_alarm: 19;
137
- public static readonly sound_humming: 3;
138
- public static readonly sound_injuring: 2;
139
- public static readonly sound_injuring_by_friend: 14;
140
- public static readonly sound_kill_wounded: 23;
141
- public static readonly sound_need_backup: 21;
142
- public static readonly sound_panic_human: 15;
143
- public static readonly sound_panic_monster: 16;
144
- public static readonly sound_running_in_danger: 22;
145
- public static readonly sound_script: 27;
146
- public static readonly sound_search1_no_allies: 11;
147
- public static readonly sound_search1_with_allies: 10;
148
- public static readonly sound_tolls: 17;
149
- public static readonly sound_wounded: 18;
150
-
151
- public constructor();
152
- }
153
-
154
- /**
155
- * @source C++ class spawn_story_ids
156
- * @customConstructor spawn_story_ids
157
- * @group xr_constants
158
- */
159
- export class spawn_story_ids {
160
- public static readonly INVALID_SPAWN_STORY_ID: -1;
161
-
162
- private constructor();
163
- }
164
-
165
- /**
166
- * @source C++ class story_ids
167
- * @customConstructor story_ids
168
- * @group xr_constants
169
- */
170
- export class story_ids {
171
- public static readonly INVALID_STORY_ID: -1;
172
- public static readonly Invalid: 65535;
173
- public static readonly test_01: 65000;
174
- public static readonly test_02: 65001;
175
- public static readonly test_03: 65002;
176
- public static readonly test_04: 65003;
177
- public static readonly test_05: 65004;
178
- }
179
-
180
- /**
181
- * @source C++ class callback
182
- * @customConstructor callback
183
- * @group xr_constants
184
- */
185
- export class callback {
186
- /**
187
- * Placeholder.
188
- */
189
- public static readonly dummy: -1;
190
-
191
- /**
192
- * Default x-ray 16 callbacks.
193
- */
194
- public static readonly trade_start: 0;
195
- public static readonly trade_stop: 1;
196
- public static readonly trade_sell_buy_item: 2;
197
- public static readonly trade_perform_operation: 3;
198
- public static readonly zone_enter: 4;
199
- public static readonly zone_exit: 5;
200
- public static readonly level_border_exit: 6;
201
- public static readonly level_border_enter: 7;
202
- public static readonly death: 8;
203
- public static readonly patrol_path_in_point: 9;
204
- public static readonly inventory_pda: 10;
205
- public static readonly inventory_info: 11;
206
- public static readonly article_info: 12;
207
- public static readonly task_state: 13;
208
- public static readonly map_location_added: 14;
209
- public static readonly use_object: 15;
210
- public static readonly hit: 16;
211
- public static readonly sound: 17;
212
- public static readonly action_movement: 18;
213
- public static readonly action_watch: 19;
214
- public static readonly action_removed: 20;
215
- public static readonly action_animation: 21;
216
- public static readonly action_sound: 22;
217
- public static readonly action_particle: 23;
218
- public static readonly action_object: 24;
219
- public static readonly actor_sleep: 25;
220
- public static readonly helicopter_on_point: 26;
221
- public static readonly helicopter_on_hit: 27;
222
- public static readonly on_item_take: 28;
223
- public static readonly on_item_drop: 29;
224
- public static readonly script_animation: 30;
225
- public static readonly trader_global_anim_request: 31;
226
- public static readonly trader_head_anim_request: 32;
227
- public static readonly trader_sound_end: 33;
228
- public static readonly take_item_from_box: 34;
229
- public static readonly weapon_no_ammo: 35;
230
-
231
- /**
232
- * Custom callbacks from open x-ray:
233
- */
234
- public static readonly key_press: 36;
235
- public static readonly key_release: 37;
236
- public static readonly key_hold: 38;
237
- public static readonly mouse_move: 39;
238
- public static readonly mouse_wheel: 40;
239
- public static readonly controller_press: 41;
240
- public static readonly controller_release: 42;
241
- public static readonly controller_hold: 43;
242
- public static readonly item_to_belt: 44;
243
- public static readonly item_to_slot: 45;
244
- public static readonly item_to_ruck: 46;
245
- public static readonly actor_before_death: 47;
246
- public static readonly on_attach_vehicle: 48;
247
- public static readonly on_detach_vehicle: 49;
248
- public static readonly on_use_vehicle: 50;
249
- public static readonly weapon_zoom_in: 51;
250
- public static readonly weapon_zoom_out: 52;
251
- public static readonly weapon_jammed: 53;
252
- }
253
-
254
- /**
255
- * @group xr_constants
256
- */
257
- export type TXR_callbacks = typeof callback;
258
-
259
- /**
260
- * @group xr_constants
261
- */
262
- export type TXR_callback = EnumeratedStaticsValues<TXR_callbacks>;
263
-
264
- /**
265
- * @source C++ class key_bindings
266
- * @customConstructor key_bindings
267
- * @group xr_constants
268
- */
269
- export class key_bindings {
270
- public static readonly kACCEL: 7;
271
- public static readonly kBACK: 10;
272
- public static readonly kBUY: 52;
273
- public static readonly kCAM_1: 16;
274
- public static readonly kCAM_2: 17;
275
- public static readonly kCAM_3: 18;
276
- public static readonly kCAM_ZOOM_IN: 20;
277
- public static readonly kCAM_ZOOM_OUT: 21;
278
- public static readonly kCHAT: 46;
279
- public static readonly kCONSOLE: 50;
280
- public static readonly kCROUCH: 5;
281
- public static readonly kDOWN: 3;
282
- public static readonly kDROP: 43;
283
- public static readonly kFWD: 9;
284
- public static readonly kINVENTORY: 51;
285
- public static readonly kJUMP: 4;
286
- public static readonly kLEFT: 0;
287
- public static readonly kL_LOOKOUT: 13;
288
- public static readonly kL_STRAFE: 11;
289
- public static readonly kNIGHT_VISION: 24;
290
- public static readonly kQUIT: 49;
291
- public static readonly kRIGHT: 1;
292
- public static readonly kR_LOOKOUT: 14;
293
- public static readonly kR_STRAFE: 12;
294
- public static readonly kSCORES: 45;
295
- public static readonly kSCREENSHOT: 48;
296
- public static readonly kSKIN: 53;
297
- public static readonly kTEAM: 54;
298
- public static readonly kTORCH: 23;
299
- public static readonly kUP: 2;
300
- public static readonly kUSE: 44;
301
- public static readonly kWPN_1: 26;
302
- public static readonly kWPN_2: 27;
303
- public static readonly kWPN_3: 28;
304
- public static readonly kWPN_4: 29;
305
- public static readonly kWPN_5: 30;
306
- public static readonly kWPN_6: 31;
307
- public static readonly kWPN_FIRE: 34;
308
- public static readonly kWPN_FUNC: 39;
309
- public static readonly kWPN_NEXT: 33;
310
- public static readonly kWPN_RELOAD: 38;
311
- public static readonly kWPN_ZOOM: 35;
312
- }
313
-
314
- /**
315
- * @source C++ class GAME_TYPE
316
- * @customConstructor GAME_TYPE
317
- * @group xr_constants
318
- */
319
- export class GAME_TYPE {
320
- public static readonly eGameIDArtefactHunt: 8;
321
- public static readonly eGameIDCaptureTheArtefact: 16;
322
- public static readonly eGameIDDeathmatch: 2;
323
- public static readonly eGameIDTeamDeathmatch: 4;
324
-
325
- public static readonly GAME_UNKNOWN: -1;
326
- public static readonly GAME_ANY: 0;
327
- public static readonly GAME_SINGLE: 1;
328
- public static readonly GAME_DEATHMATCH: 2;
329
- // GAME_CTF = 3,
330
- // GAME_ASSAULT = 4, // Team1 - assaulting, Team0 - Defending
331
- public static readonly GAME_CS: 5;
332
- public static readonly GAME_TEAMDEATHMATCH: 6;
333
- public static readonly GAME_ARTEFACTHUNT: 7;
334
- public static readonly GAME_CAPTURETHEARTEFACT: 8;
335
- // identifiers in range [100...254] are registered for script game type
336
- public static readonly GAME_DUMMY: 255; // temporary g
337
- }
338
-
339
- /**
340
- * @group xr_constants
341
- */
342
- type TXR_GAME_TYPE = EnumeratedStaticsValues<typeof GAME_TYPE>;
343
-
344
- /**
345
- * @source C++ class game_difficulty
346
- * @customConstructor game_difficulty
347
- * @group xr_constants
348
- */
349
- export class game_difficulty {
350
- public static readonly novice: 0;
351
- public static readonly stalker: 1;
352
- public static readonly veteran: 2;
353
- public static readonly master: 3;
354
- }
355
-
356
- /**
357
- * @group xr_constants
358
- */
359
- export type TXR_game_difficulty_name = EnumeratedStaticsKeys<typeof game_difficulty>;
360
-
361
- /**
362
- * @group xr_constants
363
- */
364
- export type TXR_game_difficulty = EnumeratedStaticsValues<typeof game_difficulty>;
365
-
366
- /**
367
- * @source C++ class task
368
- * @customConstructor task
369
- * @group xr_constants
370
- */
371
- export class task {
372
- public static readonly additional: 1;
373
- public static readonly completed: 2;
374
- public static readonly fail: 0;
375
- public static readonly in_progress: 1;
376
- public static readonly storyline: 0;
377
- public static readonly task_dummy: 65535;
378
-
379
- private constructor();
380
- }
381
-
382
- /**
383
- * @group xr_constants
384
- */
385
- export type TXR_TaskStateName = EnumeratedStaticsKeys<typeof task>;
386
-
387
- /**
388
- * ETaskState
389
- *
390
- * @group xr_constants
391
- */
392
- export type TXR_TaskState = EnumeratedStaticsValues<typeof task>;
393
-
394
- /**
395
- * @source C++ class clsid
396
- * @customConstructor clsid
397
- * @group xr_constants
398
- */
399
- export class clsid {
400
- public static readonly actor: 90;
401
- public static readonly art_bast_artefact: 0;
402
- public static readonly art_black_drops: 1;
403
- public static readonly art_cta: 3;
404
- public static readonly art_dummy: 4;
405
- public static readonly art_electric_ball: 5;
406
- public static readonly art_faded_ball: 6;
407
- public static readonly art_galantine: 7;
408
- public static readonly art_gravi: 8;
409
- public static readonly art_gravi_black: 2;
410
- public static readonly art_mercury_ball: 9;
411
- public static readonly art_needles: 10;
412
- public static readonly art_rusty_hair: 11;
413
- public static readonly art_thorn: 12;
414
- public static readonly art_zuda: 13;
415
- public static readonly artefact: 41;
416
- public static readonly artefact_s: 102;
417
- public static readonly bloodsucker: 14;
418
- public static readonly bloodsucker_s: 108;
419
- public static readonly boar: 15;
420
- public static readonly boar_s: 109;
421
- public static readonly burer: 16;
422
- public static readonly burer_s: 110;
423
- public static readonly car: 52;
424
- public static readonly cat: 17;
425
- public static readonly cat_s: 111;
426
- public static readonly chimera: 29;
427
- public static readonly chimera_s: 112;
428
- public static readonly controller: 18;
429
- public static readonly controller_s: 113;
430
- public static readonly crow: 19;
431
- public static readonly destrphys_s: 93;
432
- public static readonly device_detector_advanced: 53;
433
- public static readonly device_detector_elite: 54;
434
- public static readonly device_detector_scientific: 57;
435
- public static readonly detector_scientific_s: -1;
436
- public static readonly device_detector_simple: 58;
437
- public static readonly device_flare: 55;
438
- public static readonly device_pda: 56;
439
- public static readonly device_torch: 59;
440
- public static readonly device_torch_s: 146;
441
- public static readonly dog_black: 20;
442
- public static readonly dog_red: 23;
443
- public static readonly dog_s: 116;
444
- public static readonly equ_exo: 60;
445
- public static readonly equ_military: 61;
446
- public static readonly equ_scientific: 62;
447
- public static readonly equ_stalker: 63;
448
- public static readonly equ_stalker_s: 65;
449
- public static readonly equ_helmet_s: 70;
450
- public static readonly flesh: 24;
451
- public static readonly flesh_group: 25;
452
- public static readonly flesh_s: 117;
453
- public static readonly fracture: 26;
454
- public static readonly fracture_s: 119;
455
- public static readonly game: 70;
456
- public static readonly game_cl_artefact_hunt: 45;
457
- public static readonly game_cl_capture_the_artefact: 46;
458
- public static readonly game_cl_deathmatch: 47;
459
- public static readonly game_cl_single: 48;
460
- public static readonly game_cl_team_deathmatch: 49;
461
- public static readonly game_sv_artefact_hunt: 129;
462
- public static readonly game_sv_capture_the_artefact: 130;
463
- public static readonly game_sv_deathmatch: 131;
464
- public static readonly game_sv_single: 132;
465
- public static readonly game_sv_team_deathmatch: 133;
466
- public static readonly game_ui_artefact_hunt: 147;
467
- public static readonly game_ui_capture_the_artefact: 148;
468
- public static readonly game_ui_deathmatch: 149;
469
- public static readonly game_ui_single: 150;
470
- public static readonly game_ui_team_deathmatch: 151;
471
- public static readonly gigant_s: 118;
472
- public static readonly graph_point: 28;
473
- public static readonly hanging_lamp: 94;
474
- public static readonly helicopter: 50;
475
- public static readonly helmet: 64;
476
- public static readonly hlamp_s: 125;
477
- public static readonly hud_manager: 74;
478
- public static readonly inventory_box: 95;
479
- public static readonly inventory_box_s: 140;
480
- public static readonly level: 69;
481
- public static readonly level_changer: 84;
482
- public static readonly level_changer_s: 85;
483
- public static readonly main_menu: 86;
484
- public static readonly mp_players_bag: 87;
485
- public static readonly nogravity_zone: 211;
486
- public static readonly obj_antirad: 75;
487
- public static readonly obj_antirad_s: 135;
488
- public static readonly obj_attachable: 76;
489
- public static readonly obj_bandage: 77;
490
- public static readonly obj_bandage_s: 136;
491
- public static readonly obj_bolt: 78;
492
- public static readonly obj_bottle: 79;
493
- public static readonly obj_bottle_s: 137;
494
- public static readonly obj_breakable: 91;
495
- public static readonly obj_climable: 92;
496
- public static readonly obj_document: 80;
497
- public static readonly obj_explosive: 81;
498
- public static readonly obj_explosive_s: 138;
499
- public static readonly obj_food: 82;
500
- public static readonly obj_food_s: 139;
501
- public static readonly obj_medkit: 83;
502
- public static readonly obj_medkit_s: 142;
503
- public static readonly obj_pda_s: 144;
504
- public static readonly obj_phskeleton: 100;
505
- public static readonly obj_phys_destroyable: 99;
506
- public static readonly obj_physic: 96;
507
- public static readonly online_offline_group: 88;
508
- public static readonly online_offline_group_s: 89;
509
- public static readonly phantom: 30;
510
- public static readonly poltergeist: 31;
511
- public static readonly poltergeist_s: 120;
512
- public static readonly projector: 98;
513
- public static readonly pseudo_gigant: 27;
514
- public static readonly pseudodog_s: 121;
515
- public static readonly psy_dog: 22;
516
- public static readonly psy_dog_phantom: 21;
517
- public static readonly psy_dog_phantom_s: 114;
518
- public static readonly psy_dog_s: 115;
519
- public static readonly rat: 32;
520
- public static readonly script_actor: 134;
521
- public static readonly script_heli: 51;
522
- public static readonly script_object: 103;
523
- public static readonly script_phys: 97;
524
- public static readonly script_restr: 127;
525
- public static readonly script_stalker: 35;
526
- public static readonly script_zone: 101;
527
- public static readonly smart_cover: 104;
528
- public static readonly smart_terrain: 105;
529
- public static readonly smart_zone: 106;
530
- public static readonly smartcover_s: 107;
531
- public static readonly snork: 33;
532
- public static readonly snork_s: 122;
533
- public static readonly space_restrictor: 126;
534
- public static readonly spectator: 128;
535
- public static readonly stalker: 34;
536
- public static readonly team_base_zone: 214;
537
- public static readonly torrid_zone: 215;
538
- public static readonly trader: 36;
539
- public static readonly tushkano: 37;
540
- public static readonly tushkano_s: 123;
541
- public static readonly wpn_ak74: 173;
542
- public static readonly wpn_ak74_s: 152;
543
- public static readonly wpn_ammo: 39;
544
- public static readonly wpn_ammo_m209: 42;
545
- public static readonly wpn_ammo_m209_s: 141;
546
- public static readonly wpn_ammo_og7b: 43;
547
- public static readonly wpn_ammo_og7b_s: 143;
548
- public static readonly wpn_ammo_s: 40;
549
- public static readonly wpn_ammo_vog25: 44;
550
- public static readonly wpn_ammo_vog25_s: 145;
551
- public static readonly wpn_auto_shotgun_s: 153;
552
- public static readonly wpn_binocular: 174;
553
- public static readonly wpn_binocular_s: 154;
554
- public static readonly wpn_bm16: 175;
555
- public static readonly wpn_bm16_s: 155;
556
- public static readonly wpn_fn2000: 176;
557
- public static readonly wpn_fort: 177;
558
- public static readonly wpn_grenade_f1: 66;
559
- public static readonly wpn_grenade_f1_s: 67;
560
- public static readonly wpn_grenade_fake: 68;
561
- public static readonly wpn_grenade_launcher: 178;
562
- public static readonly wpn_grenade_launcher_s: 156;
563
- public static readonly wpn_grenade_rgd5: 71;
564
- public static readonly wpn_grenade_rgd5_s: 72;
565
- public static readonly wpn_grenade_rpg7: 73;
566
- public static readonly wpn_groza: 179;
567
- public static readonly wpn_groza_s: 157;
568
- public static readonly wpn_hpsa: 180;
569
- public static readonly wpn_hpsa_s: 158;
570
- public static readonly wpn_knife: 181;
571
- public static readonly wpn_knife_s: 159;
572
- public static readonly wpn_lr300: 182;
573
- public static readonly wpn_lr300_s: 160;
574
- public static readonly wpn_pm: 183;
575
- public static readonly wpn_pm_s: 161;
576
- public static readonly wpn_rg6: 184;
577
- public static readonly wpn_rg6_s: 162;
578
- public static readonly wpn_rpg7: 185;
579
- public static readonly wpn_rpg7_s: 163;
580
- public static readonly wpn_scope: 186;
581
- public static readonly wpn_scope_s: 164;
582
- public static readonly wpn_shotgun: 187;
583
- public static readonly wpn_shotgun_s: 165;
584
- public static readonly wpn_silencer: 188;
585
- public static readonly wpn_silencer_s: 166;
586
- public static readonly wpn_stat_mgun: 189;
587
- public static readonly wpn_svd: 190;
588
- public static readonly wpn_svd_s: 167;
589
- public static readonly wpn_svu: 191;
590
- public static readonly wpn_svu_s: 168;
591
- public static readonly wpn_usp45: 192;
592
- public static readonly wpn_usp45_s: 169;
593
- public static readonly wpn_val: 193;
594
- public static readonly wpn_val_s: 170;
595
- public static readonly wpn_vintorez: 194;
596
- public static readonly wpn_vintorez_s: 171;
597
- public static readonly wpn_walther: 195;
598
- public static readonly wpn_walther_s: 172;
599
- public static readonly wpn_wmagaz: 196;
600
- public static readonly wpn_wmaggl: 197;
601
- public static readonly zombie: 38;
602
- public static readonly zombie_s: 124;
603
- public static readonly zone: 216;
604
- public static readonly zone_acid_fog: 204;
605
- public static readonly zone_bfuzz: 205;
606
- public static readonly zone_bfuzz_s: 198;
607
- public static readonly zone_campfire: 206;
608
- public static readonly zone_dead: 207;
609
- public static readonly zone_galant_s: 199;
610
- public static readonly zone_galantine: 208;
611
- public static readonly zone_mbald_s: 200;
612
- public static readonly zone_mincer: 210;
613
- public static readonly zone_mincer_s: 201;
614
- public static readonly zone_mosquito_bald: 209;
615
- public static readonly zone_radio_s: 202;
616
- public static readonly zone_radioactive: 212;
617
- public static readonly zone_rusty_hair: 213;
618
- public static readonly zone_torrid_s: 203;
619
- }
620
-
621
- /**
622
- * @group xr_constants
623
- */
624
- type TXR_class_key = EnumeratedStaticsKeys<typeof clsid>;
625
-
626
- /**
627
- * @group xr_constants
628
- */
629
- type TXR_class_id = EnumeratedStaticsValues<typeof clsid>;
630
-
631
- /**
632
- * @source C++ class MonsterSpace
633
- * @customConstructor MonsterSpace
634
- * @group xr_constants
635
- */
636
- export class MonsterSpace {
637
- public static readonly head_anim_angry: 1;
638
- public static readonly head_anim_glad: 2;
639
- public static readonly head_anim_kind: 3;
640
- public static readonly head_anim_normal: 0;
641
- public static readonly sound_script: 128;
642
- }
643
-
644
- /**
645
- * @group xr_constants
646
- */
647
- export type TXR_MonsterBodyStateKey = EnumeratedStaticsKeys<typeof MonsterSpace>;
648
-
649
- /**
650
- * @group xr_constants
651
- */
652
- export type TXR_MonsterBodyState = EnumeratedStaticsValues<typeof MonsterSpace>;
653
-
654
- /**
655
- * @source C++ class CSightParams
656
- * @customConstructor XR_CSightParams
657
- * @group xr_constants
658
- */
659
- export class CSightParams {
660
- public static readonly eSightTypeDummy: -1;
661
- public static readonly eSightTypeCurrentDirection: 0;
662
- public static readonly eSightTypePathDirection: 1;
663
- public static readonly eSightTypeDirection: 2;
664
- public static readonly eSightTypePosition: 3;
665
- public static readonly eSightTypeObject: 4;
666
- public static readonly eSightTypeCover: 5;
667
- public static readonly eSightTypeSearch: 6;
668
- public static readonly eSightTypeLookOver: 7;
669
- public static readonly eSightTypeCoverLookOver: 8;
670
- public static readonly eSightTypeFireObject: 9;
671
- public static readonly eSightTypeFirePosition: 10;
672
- public static readonly eSightTypeAnimationDirection: 11;
673
-
674
- public readonly m_object: game_object;
675
- public readonly m_sight_type: TXR_SightType;
676
- public readonly m_vector: vector;
677
-
678
- public constructor();
679
- }
680
-
681
- /**
682
- * @group xr_constants
683
- */
684
- export type TXR_SightType = EnumeratedStaticsValues<typeof CSightParams>;
685
-
686
- /**
687
- * @source C++ class DIK_keys
688
- * @customConstructor DIK_keys
689
- * @group xr_constants
690
- */
691
- export class DIK_keys {
692
- public static readonly DIK_0: 39;
693
- public static readonly DIK_1: 30;
694
- public static readonly DIK_2: 31;
695
- public static readonly DIK_3: 32;
696
- public static readonly DIK_4: 33;
697
- public static readonly DIK_5: 34;
698
- public static readonly DIK_6: 35;
699
- public static readonly DIK_7: 36;
700
- public static readonly DIK_8: 37;
701
- public static readonly DIK_9: 38;
702
- public static readonly DIK_A: 4;
703
- public static readonly DIK_ADD: 87;
704
- public static readonly DIK_ALTERASE: 153;
705
- public static readonly DIK_APOSTROPHE: 52;
706
- public static readonly DIK_APP1: 283;
707
- public static readonly DIK_APP2: 284;
708
- public static readonly DIK_APPLICATION: 101;
709
- public static readonly DIK_AUDIOMUTE: 262;
710
- public static readonly DIK_AUDIONEXT: 258;
711
- public static readonly DIK_AUDIOPLAY: 261;
712
- public static readonly DIK_AUDIOPREV: 259;
713
- public static readonly DIK_AUDIOSTOP: 260;
714
- public static readonly DIK_B: 5;
715
- public static readonly DIK_BACK: 42;
716
- public static readonly DIK_BACKSLASH: 49;
717
- public static readonly DIK_BRIGHTNESSDOWN: 275;
718
- public static readonly DIK_BRIGHTNESSUP: 276;
719
- public static readonly DIK_C: 6;
720
- public static readonly DIK_CANCEL: 155;
721
- public static readonly DIK_CAPITAL: 57;
722
- public static readonly DIK_CLEAR: 156;
723
- public static readonly DIK_CLEARAGAIN: 162;
724
- public static readonly DIK_COMMA: 54;
725
- public static readonly DIK_COPY: 124;
726
- public static readonly DIK_CRSEL: 163;
727
- public static readonly DIK_CURRENCYSUBUNIT: 181;
728
- public static readonly DIK_CURRENCYUNIT: 180;
729
- public static readonly DIK_CUT: 123;
730
- public static readonly DIK_D: 7;
731
- public static readonly DIK_DECIMALSEPARATOR: 179;
732
- public static readonly DIK_DELETE: 76;
733
- public static readonly DIK_DISPLAYSWITCH: 277;
734
- public static readonly DIK_DIVIDE: 84;
735
- public static readonly DIK_DOWN: 81;
736
- public static readonly DIK_E: 8;
737
- public static readonly DIK_EJECT: 281;
738
- public static readonly DIK_END: 77;
739
- public static readonly DIK_EQUALS: 46;
740
- public static readonly DIK_ESCAPE: 41;
741
- public static readonly DIK_EXECUTE: 116;
742
- public static readonly DIK_EXSEL: 164;
743
- public static readonly DIK_F10: 67;
744
- public static readonly DIK_F11: 68;
745
- public static readonly DIK_F12: 69;
746
- public static readonly DIK_F13: 104;
747
- public static readonly DIK_F14: 105;
748
- public static readonly DIK_F15: 106;
749
- public static readonly DIK_F16: 107;
750
- public static readonly DIK_F17: 108;
751
- public static readonly DIK_F18: 109;
752
- public static readonly DIK_F19: 110;
753
- public static readonly DIK_F1: 58;
754
- public static readonly DIK_F20: 111;
755
- public static readonly DIK_F21: 112;
756
- public static readonly DIK_F22: 113;
757
- public static readonly DIK_F23: 114;
758
- public static readonly DIK_F24: 115;
759
- public static readonly DIK_F2: 59;
760
- public static readonly DIK_F3: 60;
761
- public static readonly DIK_F4: 61;
762
- public static readonly DIK_F5: 62;
763
- public static readonly DIK_F6: 63;
764
- public static readonly DIK_F7: 64;
765
- public static readonly DIK_F8: 65;
766
- public static readonly DIK_F9: 66;
767
- public static readonly DIK_F: 9;
768
- public static readonly DIK_FIND: 126;
769
- public static readonly DIK_G: 10;
770
- public static readonly DIK_GRAVE: 53;
771
- public static readonly DIK_H: 11;
772
- public static readonly DIK_HANGUL: 144;
773
- public static readonly DIK_HANJA: 145;
774
- public static readonly DIK_HELP: 117;
775
- public static readonly DIK_HIRAGANA: 147;
776
- public static readonly DIK_HOME: 74;
777
- public static readonly DIK_I: 12;
778
- public static readonly DIK_INSERT: 73;
779
- public static readonly DIK_INTERNATIONAL1: 135;
780
- public static readonly DIK_INTERNATIONAL2: 136;
781
- public static readonly DIK_INTERNATIONAL4: 138;
782
- public static readonly DIK_INTERNATIONAL5: 139;
783
- public static readonly DIK_INTERNATIONAL6: 140;
784
- public static readonly DIK_INTERNATIONAL7: 141;
785
- public static readonly DIK_INTERNATIONAL8: 142;
786
- public static readonly DIK_INTERNATIONAL9: 143;
787
- public static readonly DIK_J: 13;
788
- public static readonly DIK_K: 14;
789
- public static readonly DIK_KATAKANA: 146;
790
- public static readonly DIK_KBDILLUMDOWN: 279;
791
- public static readonly DIK_KBDILLUMTOGGLE: 278;
792
- public static readonly DIK_KBDILLUMUP: 280;
793
- public static readonly DIK_L: 15;
794
- public static readonly DIK_LANG6: 149;
795
- public static readonly DIK_LANG7: 150;
796
- public static readonly DIK_LANG8: 151;
797
- public static readonly DIK_LANG9: 152;
798
- public static readonly DIK_LBRACKET: 47;
799
- public static readonly DIK_LCONTROL: 224;
800
- public static readonly DIK_LEFT: 80;
801
- public static readonly DIK_LMENU: 226;
802
- public static readonly DIK_LSHIFT: 225;
803
- public static readonly DIK_LWIN: 227;
804
- public static readonly DIK_M: 16;
805
- public static readonly DIK_MENU: 118;
806
- public static readonly DIK_MINUS: 45;
807
- public static readonly DIK_MODE: 257;
808
- public static readonly DIK_MULTIPLY: 85;
809
- public static readonly DIK_MUTE: 127;
810
- public static readonly DIK_N: 17;
811
- public static readonly DIK_NONUSBACKSLASH: 100;
812
- public static readonly DIK_NONUSHASH: 50;
813
- public static readonly DIK_NUMLOCK: 83;
814
- public static readonly DIK_NUMPAD0: 98;
815
- public static readonly DIK_NUMPAD1: 89;
816
- public static readonly DIK_NUMPAD2: 90;
817
- public static readonly DIK_NUMPAD3: 91;
818
- public static readonly DIK_NUMPAD4: 92;
819
- public static readonly DIK_NUMPAD5: 93;
820
- public static readonly DIK_NUMPAD6: 94;
821
- public static readonly DIK_NUMPAD7: 95;
822
- public static readonly DIK_NUMPAD8: 96;
823
- public static readonly DIK_NUMPAD9: 97;
824
- public static readonly DIK_NUMPADCOMMA: 133;
825
- public static readonly DIK_NUMPADENTER: 88;
826
- public static readonly DIK_NUMPADEQUALS: 103;
827
- public static readonly DIK_NUMPADEQUALSAS400: 134;
828
- public static readonly DIK_NUMPADPERIOD: 99;
829
- public static readonly DIK_NUMPAD_000: 177;
830
- public static readonly DIK_NUMPAD_00: 176;
831
- public static readonly DIK_NUMPAD_A: 188;
832
- public static readonly DIK_NUMPAD_AC_BACK: 270;
833
- public static readonly DIK_NUMPAD_AC_BOOKMARKS: 274;
834
- public static readonly DIK_NUMPAD_AC_FORWARD: 271;
835
- public static readonly DIK_NUMPAD_AC_HOME: 269;
836
- public static readonly DIK_NUMPAD_AC_REFRESH: 273;
837
- public static readonly DIK_NUMPAD_AC_SEARCH: 268;
838
- public static readonly DIK_NUMPAD_AC_STOP: 272;
839
- public static readonly DIK_NUMPAD_AMPERSAND: 199;
840
- public static readonly DIK_NUMPAD_AT: 206;
841
- public static readonly DIK_NUMPAD_B: 189;
842
- public static readonly DIK_NUMPAD_BACKSPACE: 187;
843
- public static readonly DIK_NUMPAD_BINARY: 218;
844
- public static readonly DIK_NUMPAD_C: 190;
845
- public static readonly DIK_NUMPAD_CALCULATOR: 266;
846
- public static readonly DIK_NUMPAD_CLEAR: 216;
847
- public static readonly DIK_NUMPAD_CLEARENTRY: 217;
848
- public static readonly DIK_NUMPAD_COLON: 203;
849
- public static readonly DIK_NUMPAD_COMPUTER: 267;
850
- public static readonly DIK_NUMPAD_D: 191;
851
- public static readonly DIK_NUMPAD_DBLAMPERSAND: 200;
852
- public static readonly DIK_NUMPAD_DBLVERTICALBAR: 202;
853
- public static readonly DIK_NUMPAD_DECIMAL: 220;
854
- public static readonly DIK_NUMPAD_E: 192;
855
- public static readonly DIK_NUMPAD_EXCLAM: 207;
856
- public static readonly DIK_NUMPAD_F: 193;
857
- public static readonly DIK_NUMPAD_GREATER: 198;
858
- public static readonly DIK_NUMPAD_HASH: 204;
859
- public static readonly DIK_NUMPAD_HEXADECIMAL: 221;
860
- public static readonly DIK_NUMPAD_LEFTBRACE: 184;
861
- public static readonly DIK_NUMPAD_LEFTPAREN: 182;
862
- public static readonly DIK_NUMPAD_LESS: 197;
863
- public static readonly DIK_NUMPAD_MAIL: 265;
864
- public static readonly DIK_NUMPAD_MEDIASELECT: 263;
865
- public static readonly DIK_NUMPAD_MEMADD: 211;
866
- public static readonly DIK_NUMPAD_MEMCLEAR: 210;
867
- public static readonly DIK_NUMPAD_MEMDIVIDE: 214;
868
- public static readonly DIK_NUMPAD_MEMMULTIPLY: 213;
869
- public static readonly DIK_NUMPAD_MEMRECALL: 209;
870
- public static readonly DIK_NUMPAD_MEMSTORE: 208;
871
- public static readonly DIK_NUMPAD_MEMSUBTRACT: 212;
872
- public static readonly DIK_NUMPAD_OCTAL: 219;
873
- public static readonly DIK_NUMPAD_PERCENT: 196;
874
- public static readonly DIK_NUMPAD_PLUSMINUS: 215;
875
- public static readonly DIK_NUMPAD_POWER: 195;
876
- public static readonly DIK_NUMPAD_RIGHTBRACE: 185;
877
- public static readonly DIK_NUMPAD_RIGHTPAREN: 183;
878
- public static readonly DIK_NUMPAD_SPACE: 205;
879
- public static readonly DIK_NUMPAD_TAB: 186;
880
- public static readonly DIK_NUMPAD_VERTICALBAR: 201;
881
- public static readonly DIK_NUMPAD_WWW: 264;
882
- public static readonly DIK_NUMPAD_XOR: 194;
883
- public static readonly DIK_O: 18;
884
- public static readonly DIK_OPER: 161;
885
- public static readonly DIK_OUT: 160;
886
- public static readonly DIK_P: 19;
887
- public static readonly DIK_PASTE: 125;
888
- public static readonly DIK_PAUSE: 72;
889
- public static readonly DIK_PERIOD: 55;
890
- public static readonly DIK_PGDN: 75;
891
- public static readonly DIK_PGUP: 78;
892
- public static readonly DIK_POWER: 102;
893
- public static readonly DIK_PRINTSCREEN: 70;
894
- public static readonly DIK_PRIOR: 157;
895
- public static readonly DIK_Q: 20;
896
- public static readonly DIK_R: 21;
897
- public static readonly DIK_RBRACKET: 48;
898
- public static readonly DIK_RCONTROL: 228;
899
- public static readonly DIK_REDO: 121;
900
- public static readonly DIK_RETURN2: 158;
901
- public static readonly DIK_RETURN: 40;
902
- public static readonly DIK_RIGHT: 79;
903
- public static readonly DIK_RMENU: 230;
904
- public static readonly DIK_RSHIFT: 229;
905
- public static readonly DIK_RWIN: 231;
906
- public static readonly DIK_S: 22;
907
- public static readonly DIK_SCROLL: 71;
908
- public static readonly DIK_SELECT: 119;
909
- public static readonly DIK_SEMICOLON: 51;
910
- public static readonly DIK_SEPARATOR: 159;
911
- public static readonly DIK_SLASH: 56;
912
- public static readonly DIK_SLEEP: 282;
913
- public static readonly DIK_SPACE: 44;
914
- public static readonly DIK_STOP: 120;
915
- public static readonly DIK_SUBTRACT: 86;
916
- public static readonly DIK_T: 23;
917
- public static readonly DIK_TAB: 43;
918
- public static readonly DIK_THOUSANDSSEPARATOR: 178;
919
- public static readonly DIK_U: 24;
920
- public static readonly DIK_UNDO: 122;
921
- public static readonly DIK_UP: 82;
922
- public static readonly DIK_V: 25;
923
- public static readonly DIK_VOLUMEDOWN: 129;
924
- public static readonly DIK_VOLUMEUP: 128;
925
- public static readonly DIK_W: 26;
926
- public static readonly DIK_X: 27;
927
- public static readonly DIK_Y: 28;
928
- public static readonly DIK_YEN: 137;
929
- public static readonly DIK_Z: 29;
930
- public static readonly DIK_ZENHANKAKU: 148;
931
- public static readonly GAMEPAD_A: 518;
932
- public static readonly GAMEPAD_B: 519;
933
- public static readonly GAMEPAD_BACK: 522;
934
- public static readonly GAMEPAD_DPAD_DOWN: 530;
935
- public static readonly GAMEPAD_DPAD_LEFT: 531;
936
- public static readonly GAMEPAD_DPAD_RIGHT: 532;
937
- public static readonly GAMEPAD_DPAD_UP: 529;
938
- public static readonly GAMEPAD_GUIDE: 523;
939
- public static readonly GAMEPAD_LEFTSHOULDER: 527;
940
- public static readonly GAMEPAD_LEFTSTICK: 525;
941
- public static readonly GAMEPAD_RIGHTSHOULDER: 528;
942
- public static readonly GAMEPAD_RIGHTSTICK: 526;
943
- public static readonly GAMEPAD_START: 524;
944
- public static readonly GAMEPAD_X: 520;
945
- public static readonly GAMEPAD_Y: 521;
946
- public static readonly MOUSE_1: 513;
947
- public static readonly MOUSE_2: 515;
948
- public static readonly MOUSE_3: 514;
949
- public static readonly MOUSE_4: 516;
950
- public static readonly MOUSE_5: 517;
951
-
952
- protected constructor();
953
- }
954
-
955
- /**
956
- * @group xr_constants
957
- */
958
- type TXR_DIK_key_name = EnumeratedStaticsKeys<typeof DIK_keys>;
959
-
960
- /**
961
- * @group xr_constants
962
- */
963
- type TXR_DIK_key = EnumeratedStaticsValues<typeof DIK_keys>;
964
-
965
- /**
966
- * @source C++ class FactionState
967
- * @customConstructor FactionState
968
- * @group xr_constants
969
- */
970
- export class FactionState {
971
- public actor_goodwill: i32;
972
- public bonus: i32;
973
- public faction_id: string;
974
- public icon: string;
975
- public icon_big: string;
976
- public location: string;
977
- public member_count: i32;
978
- public name: string;
979
- public power: f32;
980
- public resource: f32;
981
- public target: string;
982
- public target_desc: string;
983
- public war_state1: string;
984
- public war_state2: string;
985
- public war_state3: string;
986
- public war_state4: string;
987
- public war_state5: string;
988
- public war_state_hint1: string;
989
- public war_state_hint2: string;
990
- public war_state_hint3: string;
991
- public war_state_hint4: string;
992
- public war_state_hint5: string;
993
-
994
- protected constructor();
995
- }
996
- }