xray16 1.6.0 → 1.6.2
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/package.json +12 -6
- package/xray16.d.ts +30852 -0
- package/types/index.d.ts +0 -55
- package/types/internal.d.ts +0 -6
- package/types/xr_ai/xr_action.d.ts +0 -1803
- package/types/xr_ai/xr_alife.d.ts +0 -1872
- package/types/xr_ai/xr_enemy_evaluation.d.ts +0 -134
- package/types/xr_ai/xr_goap.d.ts +0 -1118
- package/types/xr_ai/xr_graph.d.ts +0 -135
- package/types/xr_ai/xr_memory.d.ts +0 -384
- package/types/xr_lib/xr_animation.d.ts +0 -252
- package/types/xr_lib/xr_bitwise.d.ts +0 -44
- package/types/xr_lib/xr_color.d.ts +0 -142
- package/types/xr_lib/xr_debug.d.ts +0 -183
- package/types/xr_lib/xr_dialog.d.ts +0 -132
- package/types/xr_lib/xr_flags.d.ts +0 -592
- package/types/xr_lib/xr_fs.d.ts +0 -617
- package/types/xr_lib/xr_game.d.ts +0 -362
- package/types/xr_lib/xr_hit.d.ts +0 -127
- package/types/xr_lib/xr_ini.d.ts +0 -475
- package/types/xr_lib/xr_level.d.ts +0 -797
- package/types/xr_lib/xr_luabind.d.ts +0 -90
- package/types/xr_lib/xr_map.d.ts +0 -194
- package/types/xr_lib/xr_math.d.ts +0 -871
- package/types/xr_lib/xr_multiplayer.d.ts +0 -1081
- package/types/xr_lib/xr_profile.d.ts +0 -272
- package/types/xr_lib/xr_properties.d.ts +0 -612
- package/types/xr_lib/xr_relation.d.ts +0 -231
- package/types/xr_lib/xr_render.d.ts +0 -167
- package/types/xr_lib/xr_save.d.ts +0 -835
- package/types/xr_lib/xr_sound.d.ts +0 -517
- package/types/xr_lib/xr_stats.ts +0 -51
- package/types/xr_lib/xr_task.d.ts +0 -390
- package/types/xr_lib/xr_time.d.ts +0 -177
- package/types/xr_lib/xr_type.d.ts +0 -70
- package/types/xr_object/client/xr_anomaly.d.ts +0 -70
- package/types/xr_object/client/xr_artefact.d.ts +0 -153
- package/types/xr_object/client/xr_client_object.d.ts +0 -207
- package/types/xr_object/client/xr_creature.d.ts +0 -243
- package/types/xr_object/client/xr_item.d.ts +0 -370
- package/types/xr_object/client/xr_level.d.ts +0 -755
- package/types/xr_object/client/xr_physic.d.ts +0 -644
- package/types/xr_object/client/xr_zone.d.ts +0 -85
- package/types/xr_object/script/xr_script_interface.d.ts +0 -1142
- package/types/xr_object/script/xr_script_object.d.ts +0 -5702
- package/types/xr_object/script/xr_script_trade.d.ts +0 -51
- package/types/xr_object/server/xr_server_object.d.ts +0 -1488
- package/types/xr_ui/xr_ui_asset.d.ts +0 -364
- package/types/xr_ui/xr_ui_core.d.ts +0 -426
- package/types/xr_ui/xr_ui_event.d.ts +0 -1449
- package/types/xr_ui/xr_ui_interface.d.ts +0 -2449
- package/types/xr_ui/xr_ui_menu.d.ts +0 -401
- package/types/xrf_plugin.d.ts +0 -111
package/types/index.d.ts
DELETED
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
import "./xr_ai/xr_action";
|
|
2
|
-
import "./xr_ai/xr_alife";
|
|
3
|
-
import "./xr_ai/xr_enemy_evaluation";
|
|
4
|
-
import "./xr_ai/xr_goap";
|
|
5
|
-
import "./xr_ai/xr_graph";
|
|
6
|
-
import "./xr_ai/xr_memory";
|
|
7
|
-
|
|
8
|
-
import "./xr_lib/xr_animation";
|
|
9
|
-
import "./xr_lib/xr_bitwise";
|
|
10
|
-
import "./xr_lib/xr_color";
|
|
11
|
-
import "./xr_lib/xr_debug";
|
|
12
|
-
import "./xr_lib/xr_dialog";
|
|
13
|
-
import "./xr_lib/xr_flags";
|
|
14
|
-
import "./xr_lib/xr_fs";
|
|
15
|
-
import "./xr_lib/xr_game";
|
|
16
|
-
import "./xr_lib/xr_hit";
|
|
17
|
-
import "./xr_lib/xr_ini";
|
|
18
|
-
import "./xr_lib/xr_level";
|
|
19
|
-
import "./xr_lib/xr_luabind";
|
|
20
|
-
import "./xr_lib/xr_map";
|
|
21
|
-
import "./xr_lib/xr_math";
|
|
22
|
-
import "./xr_lib/xr_multiplayer";
|
|
23
|
-
import "./xr_lib/xr_profile";
|
|
24
|
-
import "./xr_lib/xr_properties";
|
|
25
|
-
import "./xr_lib/xr_relation";
|
|
26
|
-
import "./xr_lib/xr_render";
|
|
27
|
-
import "./xr_lib/xr_save";
|
|
28
|
-
import "./xr_lib/xr_sound";
|
|
29
|
-
import "./xr_lib/xr_stats";
|
|
30
|
-
import "./xr_lib/xr_task";
|
|
31
|
-
import "./xr_lib/xr_time";
|
|
32
|
-
import "./xr_lib/xr_type";
|
|
33
|
-
|
|
34
|
-
import "./xr_object/client/xr_anomaly";
|
|
35
|
-
import "./xr_object/client/xr_artefact";
|
|
36
|
-
import "./xr_object/client/xr_client_object";
|
|
37
|
-
import "./xr_object/client/xr_creature";
|
|
38
|
-
import "./xr_object/client/xr_item";
|
|
39
|
-
import "./xr_object/client/xr_level";
|
|
40
|
-
import "./xr_object/client/xr_physic";
|
|
41
|
-
import "./xr_object/client/xr_zone";
|
|
42
|
-
import "./xr_object/script/xr_script_interface";
|
|
43
|
-
import "./xr_object/script/xr_script_object";
|
|
44
|
-
import "./xr_object/script/xr_script_trade";
|
|
45
|
-
import "./xr_object/server/xr_server_object";
|
|
46
|
-
|
|
47
|
-
import "./xr_ui/xr_ui_asset";
|
|
48
|
-
import "./xr_ui/xr_ui_core";
|
|
49
|
-
import "./xr_ui/xr_ui_event";
|
|
50
|
-
import "./xr_ui/xr_ui_interface";
|
|
51
|
-
import "./xr_ui/xr_ui_menu";
|
|
52
|
-
|
|
53
|
-
import "./xrf_plugin";
|
|
54
|
-
|
|
55
|
-
declare module "xray16" {}
|