brs-js 3.0.1 → 3.2.0
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/README.md +212 -86
- package/dist/dist.js +5 -5
- package/dist/dist.js.map +1 -1
- package/dist/dist.mjs +6975 -413
- package/dist/dist.mjs.map +1 -1
- package/dist/dist.node.js +5 -5
- package/dist/dist.node.js.map +1 -1
- package/dist/dist.web.js +5 -5
- package/dist/dist.web.js.map +1 -1
- package/dist/src/brdb/brdb.d.ts +4 -3
- package/dist/src/brdb/brdb.d.ts.map +1 -1
- package/dist/src/brdb/catalog.d.ts +410 -0
- package/dist/src/brdb/catalog.d.ts.map +1 -1
- package/dist/src/brdb/componentDb.d.ts +3036 -0
- package/dist/src/brdb/componentDb.d.ts.map +1 -1
- package/dist/src/brdb/componentTypes.d.ts +1591 -0
- package/dist/src/brdb/componentTypes.d.ts.map +1 -0
- package/dist/src/brdb/index.d.ts +6 -3
- package/dist/src/brdb/index.d.ts.map +1 -1
- package/dist/src/brdb/msgpack.d.ts.map +1 -1
- package/dist/src/brdb/schema.d.ts +4 -2
- package/dist/src/brdb/schema.d.ts.map +1 -1
- package/dist/src/brdb/world.d.ts +182 -9
- package/dist/src/brdb/world.d.ts.map +1 -1
- package/dist/src/index.d.ts +1 -1
- package/dist/src/index.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/src/brdb/brdb.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import type { Compressor } from './brz';
|
|
|
2
2
|
import type { FoundFile, WorldFs } from './fs';
|
|
3
3
|
import type { PendingEntry } from './pending';
|
|
4
4
|
import { WorldReader } from './reader';
|
|
5
|
-
import { WriteBrzInput, WriteBrzOptions } from './world';
|
|
5
|
+
import { World, WriteBrzInput, WriteBrzOptions } from './world';
|
|
6
6
|
export interface BrdbStatement {
|
|
7
7
|
run(...params: unknown[]): {
|
|
8
8
|
lastInsertRowid: number | bigint;
|
|
@@ -69,8 +69,9 @@ export declare class Brdb implements WorldFs {
|
|
|
69
69
|
static fromBytes(bytes: Uint8Array): Promise<Brdb>;
|
|
70
70
|
/** Serialize the database to bytes (requires a better-sqlite3 handle). */
|
|
71
71
|
toBytes(): Uint8Array;
|
|
72
|
-
/** Write a world save as one revision
|
|
73
|
-
|
|
72
|
+
/** Write a world save as one revision: a World builder instance or a
|
|
73
|
+
* legacy .brs-shaped save object. */
|
|
74
|
+
save(description: string, save: WriteBrzInput | World, options?: Omit<WriteBrzOptions, 'compress'> & WritePendingOptions): void;
|
|
74
75
|
/** Lazy world reader over this database (same surface as .brz reading).
|
|
75
76
|
* The reader caches decoded metadata (GlobalData, Owners, Bundle/World
|
|
76
77
|
* JSON) for its lifetime; if this Brdb is written to (save/writePending)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"brdb.d.ts","sourceRoot":"","sources":["../../../src/brdb/brdb.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AACxC,OAAO,KAAK,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAC/C,OAAO,KAAK,EAAE,YAAY,EAAe,MAAM,WAAW,CAAC;AAC3D,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AACvC,OAAO,
|
|
1
|
+
{"version":3,"file":"brdb.d.ts","sourceRoot":"","sources":["../../../src/brdb/brdb.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,415 @@
|
|
|
1
1
|
export declare const BASIC_BRICK_ASSETS: readonly string[];
|
|
2
2
|
export declare const PROCEDURAL_BRICK_ASSETS: readonly string[];
|
|
3
|
+
/** Every known brick asset name (basic + procedural), self-keyed for
|
|
4
|
+
* typo-safe references with editor completion, e.g.
|
|
5
|
+
* `BRICK_ASSETS.B_1x1_Gate_MicrochipInput`. */
|
|
6
|
+
export declare const BRICK_ASSETS: {
|
|
7
|
+
readonly BP_LatticeThin: "BP_LatticeThin";
|
|
8
|
+
readonly BP_RoundPlate: "BP_RoundPlate";
|
|
9
|
+
readonly BP_SpikePlate: "BP_SpikePlate";
|
|
10
|
+
readonly BP_SquarePlate: "BP_SquarePlate";
|
|
11
|
+
readonly B_1x1F_Octo: "B_1x1F_Octo";
|
|
12
|
+
readonly B_1x1F_Round: "B_1x1F_Round";
|
|
13
|
+
readonly B_1x1F_Speaker: "B_1x1F_Speaker";
|
|
14
|
+
readonly B_1x1_Brick_Side: "B_1x1_Brick_Side";
|
|
15
|
+
readonly B_1x1_Brick_Side_Lip: "B_1x1_Brick_Side_Lip";
|
|
16
|
+
readonly B_1x1_CharacterGate_SetGravityDirection: "B_1x1_CharacterGate_SetGravityDirection";
|
|
17
|
+
readonly B_1x1_Coin: "B_1x1_Coin";
|
|
18
|
+
readonly B_1x1_Coin_Diagonal: "B_1x1_Coin_Diagonal";
|
|
19
|
+
readonly B_1x1_Cone: "B_1x1_Cone";
|
|
20
|
+
readonly B_1x1_EntityGate_AddLocationAndRotation: "B_1x1_EntityGate_AddLocationAndRotation";
|
|
21
|
+
readonly B_1x1_EntityGate_AddVelocity: "B_1x1_EntityGate_AddVelocity";
|
|
22
|
+
readonly B_1x1_EntityGate_PlayAudioAt: "B_1x1_EntityGate_PlayAudioAt";
|
|
23
|
+
readonly B_1x1_EntityGate_ReadBrickGrid: "B_1x1_EntityGate_ReadBrickGrid";
|
|
24
|
+
readonly B_1x1_EntityGate_SetLocation: "B_1x1_EntityGate_SetLocation";
|
|
25
|
+
readonly B_1x1_EntityGate_SetLocationAndRotation: "B_1x1_EntityGate_SetLocationAndRotation";
|
|
26
|
+
readonly B_1x1_EntityGate_SetVelocity: "B_1x1_EntityGate_SetVelocity";
|
|
27
|
+
readonly B_1x1_Gate_AND: "B_1x1_Gate_AND";
|
|
28
|
+
readonly B_1x1_Gate_AND_Bitwise: "B_1x1_Gate_AND_Bitwise";
|
|
29
|
+
readonly B_1x1_Gate_Add: "B_1x1_Gate_Add";
|
|
30
|
+
readonly B_1x1_Gate_AudioReference: "B_1x1_Gate_AudioReference";
|
|
31
|
+
readonly B_1x1_Gate_Blend: "B_1x1_Gate_Blend";
|
|
32
|
+
readonly B_1x1_Gate_Ceiling: "B_1x1_Gate_Ceiling";
|
|
33
|
+
readonly B_1x1_Gate_Clock: "B_1x1_Gate_Clock";
|
|
34
|
+
readonly B_1x1_Gate_Constant: "B_1x1_Gate_Constant";
|
|
35
|
+
readonly B_1x1_Gate_DeltaTime: "B_1x1_Gate_DeltaTime";
|
|
36
|
+
readonly B_1x1_Gate_Divide: "B_1x1_Gate_Divide";
|
|
37
|
+
readonly B_1x1_Gate_EdgeDetector: "B_1x1_Gate_EdgeDetector";
|
|
38
|
+
readonly B_1x1_Gate_Equal: "B_1x1_Gate_Equal";
|
|
39
|
+
readonly B_1x1_Gate_Exec_ArrayVar_Append: "B_1x1_Gate_Exec_ArrayVar_Append";
|
|
40
|
+
readonly B_1x1_Gate_Exec_ArrayVar_Average: "B_1x1_Gate_Exec_ArrayVar_Average";
|
|
41
|
+
readonly B_1x1_Gate_Exec_ArrayVar_Clear: "B_1x1_Gate_Exec_ArrayVar_Clear";
|
|
42
|
+
readonly B_1x1_Gate_Exec_ArrayVar_CopyFrom: "B_1x1_Gate_Exec_ArrayVar_CopyFrom";
|
|
43
|
+
readonly B_1x1_Gate_Exec_ArrayVar_Fill: "B_1x1_Gate_Exec_ArrayVar_Fill";
|
|
44
|
+
readonly B_1x1_Gate_Exec_ArrayVar_Find: "B_1x1_Gate_Exec_ArrayVar_Find";
|
|
45
|
+
readonly B_1x1_Gate_Exec_ArrayVar_Get: "B_1x1_Gate_Exec_ArrayVar_Get";
|
|
46
|
+
readonly B_1x1_Gate_Exec_ArrayVar_GetLength: "B_1x1_Gate_Exec_ArrayVar_GetLength";
|
|
47
|
+
readonly B_1x1_Gate_Exec_ArrayVar_Insert: "B_1x1_Gate_Exec_ArrayVar_Insert";
|
|
48
|
+
readonly B_1x1_Gate_Exec_ArrayVar_Max: "B_1x1_Gate_Exec_ArrayVar_Max";
|
|
49
|
+
readonly B_1x1_Gate_Exec_ArrayVar_Min: "B_1x1_Gate_Exec_ArrayVar_Min";
|
|
50
|
+
readonly B_1x1_Gate_Exec_ArrayVar_Pop: "B_1x1_Gate_Exec_ArrayVar_Pop";
|
|
51
|
+
readonly B_1x1_Gate_Exec_ArrayVar_Push: "B_1x1_Gate_Exec_ArrayVar_Push";
|
|
52
|
+
readonly B_1x1_Gate_Exec_ArrayVar_RemoveAtIndex: "B_1x1_Gate_Exec_ArrayVar_RemoveAtIndex";
|
|
53
|
+
readonly B_1x1_Gate_Exec_ArrayVar_Resize: "B_1x1_Gate_Exec_ArrayVar_Resize";
|
|
54
|
+
readonly B_1x1_Gate_Exec_ArrayVar_Reverse: "B_1x1_Gate_Exec_ArrayVar_Reverse";
|
|
55
|
+
readonly B_1x1_Gate_Exec_ArrayVar_SetAtIndex: "B_1x1_Gate_Exec_ArrayVar_SetAtIndex";
|
|
56
|
+
readonly B_1x1_Gate_Exec_ArrayVar_Shuffle: "B_1x1_Gate_Exec_ArrayVar_Shuffle";
|
|
57
|
+
readonly B_1x1_Gate_Exec_ArrayVar_Slice: "B_1x1_Gate_Exec_ArrayVar_Slice";
|
|
58
|
+
readonly B_1x1_Gate_Exec_ArrayVar_Sort: "B_1x1_Gate_Exec_ArrayVar_Sort";
|
|
59
|
+
readonly B_1x1_Gate_Exec_ArrayVar_Sum: "B_1x1_Gate_Exec_ArrayVar_Sum";
|
|
60
|
+
readonly B_1x1_Gate_Exec_ArrayVar_Swap: "B_1x1_Gate_Exec_ArrayVar_Swap";
|
|
61
|
+
readonly B_1x1_Gate_Exec_Branch: "B_1x1_Gate_Exec_Branch";
|
|
62
|
+
readonly B_1x1_Gate_Exec_Character_GetAim: "B_1x1_Gate_Exec_Character_GetAim";
|
|
63
|
+
readonly B_1x1_Gate_Exec_Character_GetDamage: "B_1x1_Gate_Exec_Character_GetDamage";
|
|
64
|
+
readonly B_1x1_Gate_Exec_Character_GetFromController: "B_1x1_Gate_Exec_Character_GetFromController";
|
|
65
|
+
readonly B_1x1_Gate_Exec_Character_IncDamage: "B_1x1_Gate_Exec_Character_IncDamage";
|
|
66
|
+
readonly B_1x1_Gate_Exec_Character_SetDamage: "B_1x1_Gate_Exec_Character_SetDamage";
|
|
67
|
+
readonly B_1x1_Gate_Exec_Character_SetInventoryEntry: "B_1x1_Gate_Exec_Character_SetInventoryEntry";
|
|
68
|
+
readonly B_1x1_Gate_Exec_Character_SetTempPermission: "B_1x1_Gate_Exec_Character_SetTempPermission";
|
|
69
|
+
readonly B_1x1_Gate_Exec_Character_ShowHint: "B_1x1_Gate_Exec_Character_ShowHint";
|
|
70
|
+
readonly B_1x1_Gate_Exec_ChatCommand: "B_1x1_Gate_Exec_ChatCommand";
|
|
71
|
+
readonly B_1x1_Gate_Exec_Controller_DisplayText: "B_1x1_Gate_Exec_Controller_DisplayText";
|
|
72
|
+
readonly B_1x1_Gate_Exec_Controller_GetDisplayName: "B_1x1_Gate_Exec_Controller_GetDisplayName";
|
|
73
|
+
readonly B_1x1_Gate_Exec_Controller_GetFromEntity: "B_1x1_Gate_Exec_Controller_GetFromEntity";
|
|
74
|
+
readonly B_1x1_Gate_Exec_Controller_GetUserId: "B_1x1_Gate_Exec_Controller_GetUserId";
|
|
75
|
+
readonly B_1x1_Gate_Exec_Controller_GetUserName: "B_1x1_Gate_Exec_Controller_GetUserName";
|
|
76
|
+
readonly B_1x1_Gate_Exec_Controller_HasPermission: "B_1x1_Gate_Exec_Controller_HasPermission";
|
|
77
|
+
readonly B_1x1_Gate_Exec_Controller_IsTrustedByBrickOwner: "B_1x1_Gate_Exec_Controller_IsTrustedByBrickOwner";
|
|
78
|
+
readonly B_1x1_Gate_Exec_Controller_SetCanRespawn: "B_1x1_Gate_Exec_Controller_SetCanRespawn";
|
|
79
|
+
readonly B_1x1_Gate_Exec_Controller_ShowStatusMessage: "B_1x1_Gate_Exec_Controller_ShowStatusMessage";
|
|
80
|
+
readonly B_1x1_Gate_Exec_Entity_AddLocationRotation: "B_1x1_Gate_Exec_Entity_AddLocationRotation";
|
|
81
|
+
readonly B_1x1_Gate_Exec_Entity_AddVelocity: "B_1x1_Gate_Exec_Entity_AddVelocity";
|
|
82
|
+
readonly B_1x1_Gate_Exec_Entity_GetAngularVelocity: "B_1x1_Gate_Exec_Entity_GetAngularVelocity";
|
|
83
|
+
readonly B_1x1_Gate_Exec_Entity_GetLinearVelocity: "B_1x1_Gate_Exec_Entity_GetLinearVelocity";
|
|
84
|
+
readonly B_1x1_Gate_Exec_Entity_GetLocation: "B_1x1_Gate_Exec_Entity_GetLocation";
|
|
85
|
+
readonly B_1x1_Gate_Exec_Entity_GetLocationRotation: "B_1x1_Gate_Exec_Entity_GetLocationRotation";
|
|
86
|
+
readonly B_1x1_Gate_Exec_Entity_GetRotation: "B_1x1_Gate_Exec_Entity_GetRotation";
|
|
87
|
+
readonly B_1x1_Gate_Exec_Entity_GetVelocity: "B_1x1_Gate_Exec_Entity_GetVelocity";
|
|
88
|
+
readonly B_1x1_Gate_Exec_Entity_PlayAudioAt: "B_1x1_Gate_Exec_Entity_PlayAudioAt";
|
|
89
|
+
readonly B_1x1_Gate_Exec_Entity_RelativeTeleport: "B_1x1_Gate_Exec_Entity_RelativeTeleport";
|
|
90
|
+
readonly B_1x1_Gate_Exec_Entity_SetAngularVelocity: "B_1x1_Gate_Exec_Entity_SetAngularVelocity";
|
|
91
|
+
readonly B_1x1_Gate_Exec_Entity_SetFrozen: "B_1x1_Gate_Exec_Entity_SetFrozen";
|
|
92
|
+
readonly B_1x1_Gate_Exec_Entity_SetGravityDirection: "B_1x1_Gate_Exec_Entity_SetGravityDirection";
|
|
93
|
+
readonly B_1x1_Gate_Exec_Entity_SetLinearVelocity: "B_1x1_Gate_Exec_Entity_SetLinearVelocity";
|
|
94
|
+
readonly B_1x1_Gate_Exec_Entity_SetLocation: "B_1x1_Gate_Exec_Entity_SetLocation";
|
|
95
|
+
readonly B_1x1_Gate_Exec_Entity_SetLocationRotation: "B_1x1_Gate_Exec_Entity_SetLocationRotation";
|
|
96
|
+
readonly B_1x1_Gate_Exec_Entity_SetRotation: "B_1x1_Gate_Exec_Entity_SetRotation";
|
|
97
|
+
readonly B_1x1_Gate_Exec_Entity_SetVelocity: "B_1x1_Gate_Exec_Entity_SetVelocity";
|
|
98
|
+
readonly B_1x1_Gate_Exec_Entity_Teleport: "B_1x1_Gate_Exec_Entity_Teleport";
|
|
99
|
+
readonly B_1x1_Gate_Exec_Gamemode_FillArrayFromPlayers: "B_1x1_Gate_Exec_Gamemode_FillArrayFromPlayers";
|
|
100
|
+
readonly B_1x1_Gate_Exec_Gamemode_FillArrayFromTeamMembers: "B_1x1_Gate_Exec_Gamemode_FillArrayFromTeamMembers";
|
|
101
|
+
readonly B_1x1_Gate_Exec_Gamemode_GetCurrentRound: "B_1x1_Gate_Exec_Gamemode_GetCurrentRound";
|
|
102
|
+
readonly B_1x1_Gate_Exec_Gamemode_GetLeaderboardValue: "B_1x1_Gate_Exec_Gamemode_GetLeaderboardValue";
|
|
103
|
+
readonly B_1x1_Gate_Exec_Gamemode_GetTeam: "B_1x1_Gate_Exec_Gamemode_GetTeam";
|
|
104
|
+
readonly B_1x1_Gate_Exec_Gamemode_GetTeamByName: "B_1x1_Gate_Exec_Gamemode_GetTeamByName";
|
|
105
|
+
readonly B_1x1_Gate_Exec_Gamemode_GetTeamLeaderboardValue: "B_1x1_Gate_Exec_Gamemode_GetTeamLeaderboardValue";
|
|
106
|
+
readonly B_1x1_Gate_Exec_Gamemode_GetTeamName: "B_1x1_Gate_Exec_Gamemode_GetTeamName";
|
|
107
|
+
readonly B_1x1_Gate_Exec_Gamemode_IncrementLeaderboardValue: "B_1x1_Gate_Exec_Gamemode_IncrementLeaderboardValue";
|
|
108
|
+
readonly B_1x1_Gate_Exec_Gamemode_IncrementTeamLeaderboardValue: "B_1x1_Gate_Exec_Gamemode_IncrementTeamLeaderboardValue";
|
|
109
|
+
readonly B_1x1_Gate_Exec_Gamemode_PlayerWins: "B_1x1_Gate_Exec_Gamemode_PlayerWins";
|
|
110
|
+
readonly B_1x1_Gate_Exec_Gamemode_SetLeaderboardValue: "B_1x1_Gate_Exec_Gamemode_SetLeaderboardValue";
|
|
111
|
+
readonly B_1x1_Gate_Exec_Gamemode_SetTeam: "B_1x1_Gate_Exec_Gamemode_SetTeam";
|
|
112
|
+
readonly B_1x1_Gate_Exec_Gamemode_SetTeamLeaderboardValue: "B_1x1_Gate_Exec_Gamemode_SetTeamLeaderboardValue";
|
|
113
|
+
readonly B_1x1_Gate_Exec_Gamemode_SetTeamPinned: "B_1x1_Gate_Exec_Gamemode_SetTeamPinned";
|
|
114
|
+
readonly B_1x1_Gate_Exec_Gamemode_TeamWins: "B_1x1_Gate_Exec_Gamemode_TeamWins";
|
|
115
|
+
readonly B_1x1_Gate_Exec_PlayGlobalAudio: "B_1x1_Gate_Exec_PlayGlobalAudio";
|
|
116
|
+
readonly B_1x1_Gate_Exec_PrefabSpawner: "B_1x1_Gate_Exec_PrefabSpawner";
|
|
117
|
+
readonly B_1x1_Gate_Exec_PrintToConsole: "B_1x1_Gate_Exec_PrintToConsole";
|
|
118
|
+
readonly B_1x1_Gate_Exec_Random: "B_1x1_Gate_Exec_Random";
|
|
119
|
+
readonly B_1x1_Gate_Exec_Sweep: "B_1x1_Gate_Exec_Sweep";
|
|
120
|
+
readonly B_1x1_Gate_Exec_Union: "B_1x1_Gate_Exec_Union";
|
|
121
|
+
readonly B_1x1_Gate_Exec_Var_Get: "B_1x1_Gate_Exec_Var_Get";
|
|
122
|
+
readonly B_1x1_Gate_Exec_Var_Increment: "B_1x1_Gate_Exec_Var_Increment";
|
|
123
|
+
readonly B_1x1_Gate_Exec_Var_Set: "B_1x1_Gate_Exec_Var_Set";
|
|
124
|
+
readonly B_1x1_Gate_Expr_BitwiseAND: "B_1x1_Gate_Expr_BitwiseAND";
|
|
125
|
+
readonly B_1x1_Gate_Expr_BitwiseBitCount: "B_1x1_Gate_Expr_BitwiseBitCount";
|
|
126
|
+
readonly B_1x1_Gate_Expr_BitwiseNAND: "B_1x1_Gate_Expr_BitwiseNAND";
|
|
127
|
+
readonly B_1x1_Gate_Expr_BitwiseNOR: "B_1x1_Gate_Expr_BitwiseNOR";
|
|
128
|
+
readonly B_1x1_Gate_Expr_BitwiseNOT: "B_1x1_Gate_Expr_BitwiseNOT";
|
|
129
|
+
readonly B_1x1_Gate_Expr_BitwiseOR: "B_1x1_Gate_Expr_BitwiseOR";
|
|
130
|
+
readonly B_1x1_Gate_Expr_BitwiseShiftLeft: "B_1x1_Gate_Expr_BitwiseShiftLeft";
|
|
131
|
+
readonly B_1x1_Gate_Expr_BitwiseShiftRight: "B_1x1_Gate_Expr_BitwiseShiftRight";
|
|
132
|
+
readonly B_1x1_Gate_Expr_BitwiseXOR: "B_1x1_Gate_Expr_BitwiseXOR";
|
|
133
|
+
readonly B_1x1_Gate_Expr_Ceil: "B_1x1_Gate_Expr_Ceil";
|
|
134
|
+
readonly B_1x1_Gate_Expr_CompareEqual: "B_1x1_Gate_Expr_CompareEqual";
|
|
135
|
+
readonly B_1x1_Gate_Expr_CompareGreater: "B_1x1_Gate_Expr_CompareGreater";
|
|
136
|
+
readonly B_1x1_Gate_Expr_CompareGreaterOrEqual: "B_1x1_Gate_Expr_CompareGreaterOrEqual";
|
|
137
|
+
readonly B_1x1_Gate_Expr_CompareLess: "B_1x1_Gate_Expr_CompareLess";
|
|
138
|
+
readonly B_1x1_Gate_Expr_CompareLessOrEqual: "B_1x1_Gate_Expr_CompareLessOrEqual";
|
|
139
|
+
readonly B_1x1_Gate_Expr_CompareNotEqual: "B_1x1_Gate_Expr_CompareNotEqual";
|
|
140
|
+
readonly B_1x1_Gate_Expr_EdgeDetector: "B_1x1_Gate_Expr_EdgeDetector";
|
|
141
|
+
readonly B_1x1_Gate_Expr_Floor: "B_1x1_Gate_Expr_Floor";
|
|
142
|
+
readonly B_1x1_Gate_Expr_LogicalAND: "B_1x1_Gate_Expr_LogicalAND";
|
|
143
|
+
readonly B_1x1_Gate_Expr_LogicalNAND: "B_1x1_Gate_Expr_LogicalNAND";
|
|
144
|
+
readonly B_1x1_Gate_Expr_LogicalNOR: "B_1x1_Gate_Expr_LogicalNOR";
|
|
145
|
+
readonly B_1x1_Gate_Expr_LogicalNOT: "B_1x1_Gate_Expr_LogicalNOT";
|
|
146
|
+
readonly B_1x1_Gate_Expr_LogicalOR: "B_1x1_Gate_Expr_LogicalOR";
|
|
147
|
+
readonly B_1x1_Gate_Expr_LogicalXOR: "B_1x1_Gate_Expr_LogicalXOR";
|
|
148
|
+
readonly B_1x1_Gate_Expr_MakeColor: "B_1x1_Gate_Expr_MakeColor";
|
|
149
|
+
readonly B_1x1_Gate_Expr_MakeVector: "B_1x1_Gate_Expr_MakeVector";
|
|
150
|
+
readonly B_1x1_Gate_Expr_MathAbs: "B_1x1_Gate_Expr_MathAbs";
|
|
151
|
+
readonly B_1x1_Gate_Expr_MathAcos: "B_1x1_Gate_Expr_MathAcos";
|
|
152
|
+
readonly B_1x1_Gate_Expr_MathAcosh: "B_1x1_Gate_Expr_MathAcosh";
|
|
153
|
+
readonly B_1x1_Gate_Expr_MathAdd: "B_1x1_Gate_Expr_MathAdd";
|
|
154
|
+
readonly B_1x1_Gate_Expr_MathAsin: "B_1x1_Gate_Expr_MathAsin";
|
|
155
|
+
readonly B_1x1_Gate_Expr_MathAsinh: "B_1x1_Gate_Expr_MathAsinh";
|
|
156
|
+
readonly B_1x1_Gate_Expr_MathAtan: "B_1x1_Gate_Expr_MathAtan";
|
|
157
|
+
readonly B_1x1_Gate_Expr_MathAtan2: "B_1x1_Gate_Expr_MathAtan2";
|
|
158
|
+
readonly B_1x1_Gate_Expr_MathAtanh: "B_1x1_Gate_Expr_MathAtanh";
|
|
159
|
+
readonly B_1x1_Gate_Expr_MathBlend: "B_1x1_Gate_Expr_MathBlend";
|
|
160
|
+
readonly B_1x1_Gate_Expr_MathClamp: "B_1x1_Gate_Expr_MathClamp";
|
|
161
|
+
readonly B_1x1_Gate_Expr_MathCos: "B_1x1_Gate_Expr_MathCos";
|
|
162
|
+
readonly B_1x1_Gate_Expr_MathCosh: "B_1x1_Gate_Expr_MathCosh";
|
|
163
|
+
readonly B_1x1_Gate_Expr_MathDegreesToRadians: "B_1x1_Gate_Expr_MathDegreesToRadians";
|
|
164
|
+
readonly B_1x1_Gate_Expr_MathDivide: "B_1x1_Gate_Expr_MathDivide";
|
|
165
|
+
readonly B_1x1_Gate_Expr_MathEasing: "B_1x1_Gate_Expr_MathEasing";
|
|
166
|
+
readonly B_1x1_Gate_Expr_MathExp: "B_1x1_Gate_Expr_MathExp";
|
|
167
|
+
readonly B_1x1_Gate_Expr_MathLn: "B_1x1_Gate_Expr_MathLn";
|
|
168
|
+
readonly B_1x1_Gate_Expr_MathLogBase: "B_1x1_Gate_Expr_MathLogBase";
|
|
169
|
+
readonly B_1x1_Gate_Expr_MathMax: "B_1x1_Gate_Expr_MathMax";
|
|
170
|
+
readonly B_1x1_Gate_Expr_MathMin: "B_1x1_Gate_Expr_MathMin";
|
|
171
|
+
readonly B_1x1_Gate_Expr_MathModulo: "B_1x1_Gate_Expr_MathModulo";
|
|
172
|
+
readonly B_1x1_Gate_Expr_MathModuloFloored: "B_1x1_Gate_Expr_MathModuloFloored";
|
|
173
|
+
readonly B_1x1_Gate_Expr_MathMultiply: "B_1x1_Gate_Expr_MathMultiply";
|
|
174
|
+
readonly B_1x1_Gate_Expr_MathNegate: "B_1x1_Gate_Expr_MathNegate";
|
|
175
|
+
readonly B_1x1_Gate_Expr_MathPow: "B_1x1_Gate_Expr_MathPow";
|
|
176
|
+
readonly B_1x1_Gate_Expr_MathRadiansToDegrees: "B_1x1_Gate_Expr_MathRadiansToDegrees";
|
|
177
|
+
readonly B_1x1_Gate_Expr_MathSign: "B_1x1_Gate_Expr_MathSign";
|
|
178
|
+
readonly B_1x1_Gate_Expr_MathSin: "B_1x1_Gate_Expr_MathSin";
|
|
179
|
+
readonly B_1x1_Gate_Expr_MathSinh: "B_1x1_Gate_Expr_MathSinh";
|
|
180
|
+
readonly B_1x1_Gate_Expr_MathSqrt: "B_1x1_Gate_Expr_MathSqrt";
|
|
181
|
+
readonly B_1x1_Gate_Expr_MathSubtract: "B_1x1_Gate_Expr_MathSubtract";
|
|
182
|
+
readonly B_1x1_Gate_Expr_MathTan: "B_1x1_Gate_Expr_MathTan";
|
|
183
|
+
readonly B_1x1_Gate_Expr_MathTanh: "B_1x1_Gate_Expr_MathTanh";
|
|
184
|
+
readonly B_1x1_Gate_Expr_NearlyEqual: "B_1x1_Gate_Expr_NearlyEqual";
|
|
185
|
+
readonly B_1x1_Gate_Expr_Round: "B_1x1_Gate_Expr_Round";
|
|
186
|
+
readonly B_1x1_Gate_Expr_Select: "B_1x1_Gate_Expr_Select";
|
|
187
|
+
readonly B_1x1_Gate_Expr_SplitColor: "B_1x1_Gate_Expr_SplitColor";
|
|
188
|
+
readonly B_1x1_Gate_Expr_SplitVector: "B_1x1_Gate_Expr_SplitVector";
|
|
189
|
+
readonly B_1x1_Gate_Expr_String_Concatenate: "B_1x1_Gate_Expr_String_Concatenate";
|
|
190
|
+
readonly B_1x1_Gate_Expr_String_Contains: "B_1x1_Gate_Expr_String_Contains";
|
|
191
|
+
readonly B_1x1_Gate_Expr_String_EndsWith: "B_1x1_Gate_Expr_String_EndsWith";
|
|
192
|
+
readonly B_1x1_Gate_Expr_String_Find: "B_1x1_Gate_Expr_String_Find";
|
|
193
|
+
readonly B_1x1_Gate_Expr_String_FormatText: "B_1x1_Gate_Expr_String_FormatText";
|
|
194
|
+
readonly B_1x1_Gate_Expr_String_Length: "B_1x1_Gate_Expr_String_Length";
|
|
195
|
+
readonly B_1x1_Gate_Expr_String_ParseInt: "B_1x1_Gate_Expr_String_ParseInt";
|
|
196
|
+
readonly B_1x1_Gate_Expr_String_ParseNumber: "B_1x1_Gate_Expr_String_ParseNumber";
|
|
197
|
+
readonly B_1x1_Gate_Expr_String_Replace: "B_1x1_Gate_Expr_String_Replace";
|
|
198
|
+
readonly B_1x1_Gate_Expr_String_Split: "B_1x1_Gate_Expr_String_Split";
|
|
199
|
+
readonly B_1x1_Gate_Expr_String_StartsWith: "B_1x1_Gate_Expr_String_StartsWith";
|
|
200
|
+
readonly B_1x1_Gate_Expr_String_Substring: "B_1x1_Gate_Expr_String_Substring";
|
|
201
|
+
readonly B_1x1_Gate_Expr_String_ToLower: "B_1x1_Gate_Expr_String_ToLower";
|
|
202
|
+
readonly B_1x1_Gate_Expr_String_ToUpper: "B_1x1_Gate_Expr_String_ToUpper";
|
|
203
|
+
readonly B_1x1_Gate_Expr_String_Trim: "B_1x1_Gate_Expr_String_Trim";
|
|
204
|
+
readonly B_1x1_Gate_Expr_Swap: "B_1x1_Gate_Expr_Swap";
|
|
205
|
+
readonly B_1x1_Gate_Expr_VecCrossProduct: "B_1x1_Gate_Expr_VecCrossProduct";
|
|
206
|
+
readonly B_1x1_Gate_Expr_VecDistance: "B_1x1_Gate_Expr_VecDistance";
|
|
207
|
+
readonly B_1x1_Gate_Expr_VecDistanceSquared: "B_1x1_Gate_Expr_VecDistanceSquared";
|
|
208
|
+
readonly B_1x1_Gate_Expr_VecDotProduct: "B_1x1_Gate_Expr_VecDotProduct";
|
|
209
|
+
readonly B_1x1_Gate_Expr_VecMagnitude: "B_1x1_Gate_Expr_VecMagnitude";
|
|
210
|
+
readonly B_1x1_Gate_Expr_VecMagnitudeSquared: "B_1x1_Gate_Expr_VecMagnitudeSquared";
|
|
211
|
+
readonly B_1x1_Gate_Expr_VecNormalize: "B_1x1_Gate_Expr_VecNormalize";
|
|
212
|
+
readonly B_1x1_Gate_Expr_VecRotationToDirection: "B_1x1_Gate_Expr_VecRotationToDirection";
|
|
213
|
+
readonly B_1x1_Gate_Expr_VecScale: "B_1x1_Gate_Expr_VecScale";
|
|
214
|
+
readonly B_1x1_Gate_Fake_Gamemode_CharacterDiedEvent: "B_1x1_Gate_Fake_Gamemode_CharacterDiedEvent";
|
|
215
|
+
readonly B_1x1_Gate_Fake_Gamemode_CharacterSpawnedEvent: "B_1x1_Gate_Fake_Gamemode_CharacterSpawnedEvent";
|
|
216
|
+
readonly B_1x1_Gate_Fake_Gamemode_ControllerJoinedEvent: "B_1x1_Gate_Fake_Gamemode_ControllerJoinedEvent";
|
|
217
|
+
readonly B_1x1_Gate_Fake_Gamemode_ControllerLeftEvent: "B_1x1_Gate_Fake_Gamemode_ControllerLeftEvent";
|
|
218
|
+
readonly B_1x1_Gate_Fake_Gamemode_RoundEndEvent: "B_1x1_Gate_Fake_Gamemode_RoundEndEvent";
|
|
219
|
+
readonly B_1x1_Gate_Fake_Gamemode_RoundStartEvent: "B_1x1_Gate_Fake_Gamemode_RoundStartEvent";
|
|
220
|
+
readonly B_1x1_Gate_Floor: "B_1x1_Gate_Floor";
|
|
221
|
+
readonly B_1x1_Gate_FontReference: "B_1x1_Gate_FontReference";
|
|
222
|
+
readonly B_1x1_Gate_GreaterThan: "B_1x1_Gate_GreaterThan";
|
|
223
|
+
readonly B_1x1_Gate_GreaterThanEqual: "B_1x1_Gate_GreaterThanEqual";
|
|
224
|
+
readonly B_1x1_Gate_Internal_CharacterZoneEvent_Entered: "B_1x1_Gate_Internal_CharacterZoneEvent_Entered";
|
|
225
|
+
readonly B_1x1_Gate_Internal_CharacterZoneEvent_Left: "B_1x1_Gate_Internal_CharacterZoneEvent_Left";
|
|
226
|
+
readonly B_1x1_Gate_Internal_ReadBrickGrid: "B_1x1_Gate_Internal_ReadBrickGrid";
|
|
227
|
+
readonly B_1x1_Gate_Internal_ZoneEvent_BrickChanged: "B_1x1_Gate_Internal_ZoneEvent_BrickChanged";
|
|
228
|
+
readonly B_1x1_Gate_Internal_ZoneEvent_BrickRemoved: "B_1x1_Gate_Internal_ZoneEvent_BrickRemoved";
|
|
229
|
+
readonly B_1x1_Gate_ItemReference: "B_1x1_Gate_ItemReference";
|
|
230
|
+
readonly B_1x1_Gate_LessThan: "B_1x1_Gate_LessThan";
|
|
231
|
+
readonly B_1x1_Gate_LessThanEqual: "B_1x1_Gate_LessThanEqual";
|
|
232
|
+
readonly B_1x1_Gate_MicrochipInput: "B_1x1_Gate_MicrochipInput";
|
|
233
|
+
readonly B_1x1_Gate_MicrochipOutput: "B_1x1_Gate_MicrochipOutput";
|
|
234
|
+
readonly B_1x1_Gate_Mod: "B_1x1_Gate_Mod";
|
|
235
|
+
readonly B_1x1_Gate_ModFloored: "B_1x1_Gate_ModFloored";
|
|
236
|
+
readonly B_1x1_Gate_Multiply: "B_1x1_Gate_Multiply";
|
|
237
|
+
readonly B_1x1_Gate_NAND: "B_1x1_Gate_NAND";
|
|
238
|
+
readonly B_1x1_Gate_NAND_Bitwise: "B_1x1_Gate_NAND_Bitwise";
|
|
239
|
+
readonly B_1x1_Gate_NOR: "B_1x1_Gate_NOR";
|
|
240
|
+
readonly B_1x1_Gate_NOR_Bitwise: "B_1x1_Gate_NOR_Bitwise";
|
|
241
|
+
readonly B_1x1_Gate_NOT_Bitwise: "B_1x1_Gate_NOT_Bitwise";
|
|
242
|
+
readonly B_1x1_Gate_NotEqual: "B_1x1_Gate_NotEqual";
|
|
243
|
+
readonly B_1x1_Gate_OR: "B_1x1_Gate_OR";
|
|
244
|
+
readonly B_1x1_Gate_OR_Bitwise: "B_1x1_Gate_OR_Bitwise";
|
|
245
|
+
readonly B_1x1_Gate_OneShotAudioReference: "B_1x1_Gate_OneShotAudioReference";
|
|
246
|
+
readonly B_1x1_Gate_ParticleReference: "B_1x1_Gate_ParticleReference";
|
|
247
|
+
readonly B_1x1_Gate_PickupReference: "B_1x1_Gate_PickupReference";
|
|
248
|
+
readonly B_1x1_Gate_ProjectileReference: "B_1x1_Gate_ProjectileReference";
|
|
249
|
+
readonly B_1x1_Gate_Pseudo_BufferSeconds: "B_1x1_Gate_Pseudo_BufferSeconds";
|
|
250
|
+
readonly B_1x1_Gate_Pseudo_BufferTicks: "B_1x1_Gate_Pseudo_BufferTicks";
|
|
251
|
+
readonly B_1x1_Gate_Pseudo_Dampen: "B_1x1_Gate_Pseudo_Dampen";
|
|
252
|
+
readonly B_1x1_Gate_Pseudo_QueueSeconds: "B_1x1_Gate_Pseudo_QueueSeconds";
|
|
253
|
+
readonly B_1x1_Gate_Pseudo_QueueTicks: "B_1x1_Gate_Pseudo_QueueTicks";
|
|
254
|
+
readonly B_1x1_Gate_Pseudo_Timer: "B_1x1_Gate_Pseudo_Timer";
|
|
255
|
+
readonly B_1x1_Gate_Pseudo_Tween: "B_1x1_Gate_Pseudo_Tween";
|
|
256
|
+
readonly B_1x1_Gate_RelativeTeleport: "B_1x1_Gate_RelativeTeleport";
|
|
257
|
+
readonly B_1x1_Gate_SeatControlSplitter: "B_1x1_Gate_SeatControlSplitter";
|
|
258
|
+
readonly B_1x1_Gate_ServerUptime: "B_1x1_Gate_ServerUptime";
|
|
259
|
+
readonly B_1x1_Gate_ShiftLeft_Bitwise: "B_1x1_Gate_ShiftLeft_Bitwise";
|
|
260
|
+
readonly B_1x1_Gate_ShiftRight_Bitwise: "B_1x1_Gate_ShiftRight_Bitwise";
|
|
261
|
+
readonly B_1x1_Gate_Subtract: "B_1x1_Gate_Subtract";
|
|
262
|
+
readonly B_1x1_Gate_Teleport: "B_1x1_Gate_Teleport";
|
|
263
|
+
readonly B_1x1_Gate_Timer: "B_1x1_Gate_Timer";
|
|
264
|
+
readonly B_1x1_Gate_Timer_Tick: "B_1x1_Gate_Timer_Tick";
|
|
265
|
+
readonly B_1x1_Gate_Variable: "B_1x1_Gate_Variable";
|
|
266
|
+
readonly B_1x1_Gate_Variable_Array: "B_1x1_Gate_Variable_Array";
|
|
267
|
+
readonly B_1x1_Gate_WeightBrick: "B_1x1_Gate_WeightBrick";
|
|
268
|
+
readonly B_1x1_Gate_WheelEngineAudioReference: "B_1x1_Gate_WheelEngineAudioReference";
|
|
269
|
+
readonly B_1x1_Gate_WheelEngineSlim: "B_1x1_Gate_WheelEngineSlim";
|
|
270
|
+
readonly B_1x1_Gate_XOR: "B_1x1_Gate_XOR";
|
|
271
|
+
readonly B_1x1_Gate_XOR_Bitwise: "B_1x1_Gate_XOR_Bitwise";
|
|
272
|
+
readonly B_1x1_Microchip: "B_1x1_Microchip";
|
|
273
|
+
readonly B_1x1_NOT_Gate: "B_1x1_NOT_Gate";
|
|
274
|
+
readonly B_1x1_Reroute_Node: "B_1x1_Reroute_Node";
|
|
275
|
+
readonly B_1x1_Round: "B_1x1_Round";
|
|
276
|
+
readonly B_1x1_SoundEmitter: "B_1x1_SoundEmitter";
|
|
277
|
+
readonly B_1x1f_Inverse_Tile_Corner: "B_1x1f_Inverse_Tile_Corner";
|
|
278
|
+
readonly B_1x1f_Tile_Corner: "B_1x1f_Tile_Corner";
|
|
279
|
+
readonly B_1x2_MetalIngot: "B_1x2_MetalIngot";
|
|
280
|
+
readonly B_1x2_Overhang: "B_1x2_Overhang";
|
|
281
|
+
readonly B_1x2f_Plate_Center: "B_1x2f_Plate_Center";
|
|
282
|
+
readonly B_1x2f_Plate_Center_Inv: "B_1x2f_Plate_Center_Inv";
|
|
283
|
+
readonly B_1x4_Brick_Side: "B_1x4_Brick_Side";
|
|
284
|
+
readonly B_1x_Octo: "B_1x_Octo";
|
|
285
|
+
readonly B_1x_Octo_90Deg: "B_1x_Octo_90Deg";
|
|
286
|
+
readonly B_1x_Octo_90Deg_Inv: "B_1x_Octo_90Deg_Inv";
|
|
287
|
+
readonly B_1x_Octo_T: "B_1x_Octo_T";
|
|
288
|
+
readonly B_1x_Octo_T_Inv: "B_1x_Octo_T_Inv";
|
|
289
|
+
readonly B_2x1_Slipper: "B_2x1_Slipper";
|
|
290
|
+
readonly B_2x2F_Octo: "B_2x2F_Octo";
|
|
291
|
+
readonly B_2x2F_Octo_Converter: "B_2x2F_Octo_Converter";
|
|
292
|
+
readonly B_2x2F_Octo_Converter_Inv: "B_2x2F_Octo_Converter_Inv";
|
|
293
|
+
readonly B_2x2F_Round: "B_2x2F_Round";
|
|
294
|
+
readonly B_2x2F_Speaker: "B_2x2F_Speaker";
|
|
295
|
+
readonly B_2x2F_Target: "B_2x2F_Target";
|
|
296
|
+
readonly B_2x2_Cone: "B_2x2_Cone";
|
|
297
|
+
readonly B_2x2_Corner: "B_2x2_Corner";
|
|
298
|
+
readonly B_2x2_Overhang: "B_2x2_Overhang";
|
|
299
|
+
readonly B_2x2_Round: "B_2x2_Round";
|
|
300
|
+
readonly B_2x2_Slipper: "B_2x2_Slipper";
|
|
301
|
+
readonly B_2x2_Thruster: "B_2x2_Thruster";
|
|
302
|
+
readonly B_2x2f_Plate_Center: "B_2x2f_Plate_Center";
|
|
303
|
+
readonly B_2x2f_Plate_Center_Inv: "B_2x2f_Plate_Center_Inv";
|
|
304
|
+
readonly B_2x4_Door_Frame: "B_2x4_Door_Frame";
|
|
305
|
+
readonly B_2x_Octo: "B_2x_Octo";
|
|
306
|
+
readonly B_2x_Octo_90Deg: "B_2x_Octo_90Deg";
|
|
307
|
+
readonly B_2x_Octo_90Deg_Inv: "B_2x_Octo_90Deg_Inv";
|
|
308
|
+
readonly B_2x_Octo_Cone: "B_2x_Octo_Cone";
|
|
309
|
+
readonly B_2x_Octo_T: "B_2x_Octo_T";
|
|
310
|
+
readonly B_2x_Octo_T_Inv: "B_2x_Octo_T_Inv";
|
|
311
|
+
readonly B_4x4_Round: "B_4x4_Round";
|
|
312
|
+
readonly B_8x8_Lattice_Plate: "B_8x8_Lattice_Plate";
|
|
313
|
+
readonly B_Bishop: "B_Bishop";
|
|
314
|
+
readonly B_Bone: "B_Bone";
|
|
315
|
+
readonly B_BoneStraight: "B_BoneStraight";
|
|
316
|
+
readonly B_Bot_Spawn_Point: "B_Bot_Spawn_Point";
|
|
317
|
+
readonly B_Branch: "B_Branch";
|
|
318
|
+
readonly B_Button: "B_Button";
|
|
319
|
+
readonly B_Button_Pressed: "B_Button_Pressed";
|
|
320
|
+
readonly B_Button_Square: "B_Button_Square";
|
|
321
|
+
readonly B_Button_Square_Pressed: "B_Button_Square_Pressed";
|
|
322
|
+
readonly B_Cauldron: "B_Cauldron";
|
|
323
|
+
readonly B_Chalice: "B_Chalice";
|
|
324
|
+
readonly B_CheckPoint: "B_CheckPoint";
|
|
325
|
+
readonly B_Coffin: "B_Coffin";
|
|
326
|
+
readonly B_Coffin_Lid: "B_Coffin_Lid";
|
|
327
|
+
readonly B_DestinationPoint: "B_DestinationPoint";
|
|
328
|
+
readonly B_Fern: "B_Fern";
|
|
329
|
+
readonly B_Flame: "B_Flame";
|
|
330
|
+
readonly B_Flower: "B_Flower";
|
|
331
|
+
readonly B_Fork: "B_Fork";
|
|
332
|
+
readonly B_Frog: "B_Frog";
|
|
333
|
+
readonly B_Frog_Small: "B_Frog_Small";
|
|
334
|
+
readonly B_GoalPoint: "B_GoalPoint";
|
|
335
|
+
readonly B_Gravestone: "B_Gravestone";
|
|
336
|
+
readonly B_Handle: "B_Handle";
|
|
337
|
+
readonly B_Hedge_1x1: "B_Hedge_1x1";
|
|
338
|
+
readonly B_Hedge_1x1_Corner: "B_Hedge_1x1_Corner";
|
|
339
|
+
readonly B_Hedge_1x2: "B_Hedge_1x2";
|
|
340
|
+
readonly B_Hedge_1x4: "B_Hedge_1x4";
|
|
341
|
+
readonly B_Inverted_Cone: "B_Inverted_Cone";
|
|
342
|
+
readonly B_Jar: "B_Jar";
|
|
343
|
+
readonly B_Joint_Bearing: "B_Joint_Bearing";
|
|
344
|
+
readonly B_Joint_Bearing_Micro: "B_Joint_Bearing_Micro";
|
|
345
|
+
readonly B_Joint_Coupler: "B_Joint_Coupler";
|
|
346
|
+
readonly B_Joint_Fixed: "B_Joint_Fixed";
|
|
347
|
+
readonly B_Joint_Motor: "B_Joint_Motor";
|
|
348
|
+
readonly B_Joint_Motor_Micro: "B_Joint_Motor_Micro";
|
|
349
|
+
readonly B_Joint_Servo: "B_Joint_Servo";
|
|
350
|
+
readonly B_Joint_Servo_Micro: "B_Joint_Servo_Micro";
|
|
351
|
+
readonly B_Joint_Socket: "B_Joint_Socket";
|
|
352
|
+
readonly B_Joint_Socket_Micro: "B_Joint_Socket_Micro";
|
|
353
|
+
readonly B_Joint_Wheel: "B_Joint_Wheel";
|
|
354
|
+
readonly B_Joint_Wheel_Micro: "B_Joint_Wheel_Micro";
|
|
355
|
+
readonly B_Joint_Wheel_Micro_Suspension: "B_Joint_Wheel_Micro_Suspension";
|
|
356
|
+
readonly B_Joint_Wheel_Suspension: "B_Joint_Wheel_Suspension";
|
|
357
|
+
readonly B_King: "B_King";
|
|
358
|
+
readonly B_Knight: "B_Knight";
|
|
359
|
+
readonly B_Ladder: "B_Ladder";
|
|
360
|
+
readonly B_Leaf_Bush: "B_Leaf_Bush";
|
|
361
|
+
readonly B_Pawn: "B_Pawn";
|
|
362
|
+
readonly B_Pine_Tree: "B_Pine_Tree";
|
|
363
|
+
readonly B_Pumpkin: "B_Pumpkin";
|
|
364
|
+
readonly B_Pumpkin_Carved: "B_Pumpkin_Carved";
|
|
365
|
+
readonly B_Queen: "B_Queen";
|
|
366
|
+
readonly B_Rook: "B_Rook";
|
|
367
|
+
readonly B_Sausage: "B_Sausage";
|
|
368
|
+
readonly B_Seat: "B_Seat";
|
|
369
|
+
readonly B_Small_Flower: "B_Small_Flower";
|
|
370
|
+
readonly B_SpawnPoint: "B_SpawnPoint";
|
|
371
|
+
readonly B_Spoon: "B_Spoon";
|
|
372
|
+
readonly B_Swirl_Plate: "B_Swirl_Plate";
|
|
373
|
+
readonly B_Switch_Flipped: "B_Switch_Flipped";
|
|
374
|
+
readonly B_Switch_Test: "B_Switch_Test";
|
|
375
|
+
readonly B_Turkey_Body: "B_Turkey_Body";
|
|
376
|
+
readonly B_Turkey_Leg: "B_Turkey_Leg";
|
|
377
|
+
readonly B_Vehicle_Engine: "B_Vehicle_Engine";
|
|
378
|
+
readonly PB_Baguette: "PB_Baguette";
|
|
379
|
+
readonly PB_DefaultArch: "PB_DefaultArch";
|
|
380
|
+
readonly PB_DefaultBrick: "PB_DefaultBrick";
|
|
381
|
+
readonly PB_DefaultMicroBrick: "PB_DefaultMicroBrick";
|
|
382
|
+
readonly PB_DefaultMicroRamp: "PB_DefaultMicroRamp";
|
|
383
|
+
readonly PB_DefaultMicroWedge: "PB_DefaultMicroWedge";
|
|
384
|
+
readonly PB_DefaultMicroWedgeCorner: "PB_DefaultMicroWedgeCorner";
|
|
385
|
+
readonly PB_DefaultMicroWedgeHalfInnerCorner: "PB_DefaultMicroWedgeHalfInnerCorner";
|
|
386
|
+
readonly PB_DefaultMicroWedgeHalfInnerCornerInverted: "PB_DefaultMicroWedgeHalfInnerCornerInverted";
|
|
387
|
+
readonly PB_DefaultMicroWedgeHalfOuterCorner: "PB_DefaultMicroWedgeHalfOuterCorner";
|
|
388
|
+
readonly PB_DefaultMicroWedgeInnerCorner: "PB_DefaultMicroWedgeInnerCorner";
|
|
389
|
+
readonly PB_DefaultMicroWedgeOuterCorner: "PB_DefaultMicroWedgeOuterCorner";
|
|
390
|
+
readonly PB_DefaultMicroWedgeTriangleCorner: "PB_DefaultMicroWedgeTriangleCorner";
|
|
391
|
+
readonly PB_DefaultPole: "PB_DefaultPole";
|
|
392
|
+
readonly PB_DefaultRamp: "PB_DefaultRamp";
|
|
393
|
+
readonly PB_DefaultRampCorner: "PB_DefaultRampCorner";
|
|
394
|
+
readonly PB_DefaultRampCornerInverted: "PB_DefaultRampCornerInverted";
|
|
395
|
+
readonly PB_DefaultRampCrest: "PB_DefaultRampCrest";
|
|
396
|
+
readonly PB_DefaultRampCrestCorner: "PB_DefaultRampCrestCorner";
|
|
397
|
+
readonly PB_DefaultRampCrestEnd: "PB_DefaultRampCrestEnd";
|
|
398
|
+
readonly PB_DefaultRampInnerCorner: "PB_DefaultRampInnerCorner";
|
|
399
|
+
readonly PB_DefaultRampInnerCornerInverted: "PB_DefaultRampInnerCornerInverted";
|
|
400
|
+
readonly PB_DefaultRampInverted: "PB_DefaultRampInverted";
|
|
401
|
+
readonly PB_DefaultSideWedge: "PB_DefaultSideWedge";
|
|
402
|
+
readonly PB_DefaultSmoothTile: "PB_DefaultSmoothTile";
|
|
403
|
+
readonly PB_DefaultStudded: "PB_DefaultStudded";
|
|
404
|
+
readonly PB_DefaultTile: "PB_DefaultTile";
|
|
405
|
+
readonly PB_DefaultWedge: "PB_DefaultWedge";
|
|
406
|
+
readonly PB_MotorSliderJoint: "PB_MotorSliderJoint";
|
|
407
|
+
readonly PB_PicketFence: "PB_PicketFence";
|
|
408
|
+
readonly PB_RoundedCap: "PB_RoundedCap";
|
|
409
|
+
readonly PB_ServoSliderJoint: "PB_ServoSliderJoint";
|
|
410
|
+
readonly PB_SliderJoint: "PB_SliderJoint";
|
|
411
|
+
readonly PB_Spike: "PB_Spike";
|
|
412
|
+
};
|
|
3
413
|
/** Classify a brick asset as procedural (parametric, carries a size) or basic. */
|
|
4
414
|
export declare function isProceduralAsset(name: string): boolean;
|
|
5
415
|
//# sourceMappingURL=catalog.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.d.ts","sourceRoot":"","sources":["../../../src/brdb/catalog.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,kBAAkB,EAAE,SAAS,MAAM,
|
|
1
|
+
{"version":3,"file":"catalog.d.ts","sourceRoot":"","sources":["../../../src/brdb/catalog.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,kBAAkB,EAAE,SAAS,MAAM,EAgX/C,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,SAAS,MAAM,EAuCpD,CAAC;AAEF;;+CAE+C;AAC/C,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAscf,CAAC;AAKX,kFAAkF;AAClF,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAKvD"}
|