forked from nanos-world/api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAPIFiles.json
More file actions
82 lines (82 loc) · 2.11 KB
/
Copy pathAPIFiles.json
File metadata and controls
82 lines (82 loc) · 2.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"Classes": {
"Entity": "BaseEntity.json",
"Actor": "BaseActor.json",
"Pickable": "BasePickable.json",
"Paintable": "BasePaintable.json",
"Damageable": "BaseDamageable.json",
"Vehicle": "BaseVehicle.json",
"Pawn": "BasePawn.json",
"Billboard": "Billboard.json",
"Blueprint": "Blueprint.json",
"Cable": "Cable.json",
"Canvas": "Canvas.json",
"Character": "Character.json",
"CharacterSimple": "CharacterSimple.json",
"Database": "Database.json",
"Decal": "Decal.json",
"File": "File.json",
"Gizmo": "Gizmo.json",
"Grenade": "Grenade.json",
"InstancedStaticMesh": "InstancedStaticMesh.json",
"Light": "Light.json",
"Melee": "Melee.json",
"Particle": "Particle.json",
"Player": "Player.json",
"Prop": "Prop.json",
"SceneCapture": "SceneCapture.json",
"StaticMesh": "StaticMesh.json",
"Sound": "Sound.json",
"TextRender": "TextRender.json",
"Text3D": "Text3D.json",
"Trigger": "Trigger.json",
"VehicleWheeled": "VehicleWheeled.json",
"VehicleWater": "VehicleWater.json",
"Weapon": "Weapon.json",
"WebUI": "WebUI.json",
"Widget": "Widget.json",
"Widget3D": "Widget3D.json"
},
"StaticClasses": {
"Assets": "Assets.json",
"Chat": "Chat.json",
"Client": "Client.json",
"Console": "Console.json",
"Debug": "Debug.json",
"Discord": "Discord.json",
"Events": "Events.json",
"HTTP": "HTTP.json",
"Input": "Input.json",
"Level": "Level.json",
"Navigation": "Navigation.json",
"Package": "Package.json",
"PostProcess": "PostProcess.json",
"Server": "Server.json",
"Sky": "Sky.json",
"Steam": "Steam.json",
"Timer": "Timer.json",
"Trace": "Trace.json",
"Viewport": "Viewport.json"
},
"StandardLibraries": {
"math": "math.json",
"string": "string.json",
"table": "table.json"
},
"Structs": {
"Color": "Color.json",
"Matrix": "Matrix.json",
"Quat": "Quat.json",
"Rotator": "Rotator.json",
"Vector": "Vector.json",
"Vector2D": "Vector2D.json"
},
"UtilityClasses": {
"JSON": "JSON.json",
"NanosMath": "NanosMath.json",
"NanosUtils": "NanosUtils.json",
"NanosTable": "NanosTable.json",
"TOML": "TOML.json"
},
"Enums": "Enums.json"
}