aboutsummaryrefslogtreecommitdiffstats
path: root/terms.json
blob: f21d5d96cd30d331a3545d6578802045a1ab957b (plain) (blame)
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
{
	"Creation Object":{
		"term": "Creation Object",
		"definition": "An Object Made Using Shapes And Tubes From The Makerpen"
	},
	"Rec Room Object": {
		"term": "Rec Room Object",
		"definition": "Something That Can Be Created/Spawned By The Maker Pen Tools"
	},
	"Item": {
		"term": "Item",
		"definition": "A Player-Made Object That Uses One Or More Objects To Serve A Purpose"
	},
	"Prop": {
		"term": "Prop",
		"definition": "An Object Found Under The Props Tab In The Maker Pen Menu That Has Been Pre-Made By Rec Room"
	},
	"Tool": {
		"term": "Tool",
		"definition": "An Object Used To Manipulate Other Objects"
	},
	"Entity": {
		"term": "Entity",
		"definition": "Anything That Exists In A Room"
	},
	"Client": {
		"term": "Client",
		"definition": "The Machine In Which A Player Is Running Rec Room On"
	},
	"Localized": {
		"term": "Localized|Local|Unsynced",
		"definition": "A Signal That Only Exists In The Executing Clients Instance"
	},
	"Synced": {
		"term": "Synced",
		"definition": "A Signal That Exists For All Clients In An Instance"
	},
	"Global": {
		"term": "Global",
		"definition": "The Status Of The World That Is The Same For All Players"
	},
	"To Sync": {
		"term": "To Sync",
		"definition": "To Transfer A Signal From A Clients Machine Into The Global Network"
	},
	"To Localize": {
		"term": "To Localize",
		"definition": "To Transfer A Signal From The Global Network Into Select Clients"
	},
	"Instance (Rec Room Wise)": {
		"term": "Instance",
		"definition": "An Instance (Real World Wise) of a Room Containing Players"
	},
	"Player": {
		"term": "Player",
		"definition": "The Ingame Character Of A Client"
	},
	"To Execute": {
		"term": "To Execute",
		"definition": "To Activate A Circuit"
	},
	"Signal": {
		"term": "Signal",
		"definition": "An Activation That Can Travel To And From Other Chips"
	},
	"Chip": {
		"term": "Chip",
		"definition": "A Function"
	},
	"Circuit": {
		"term": "Circuit",
		"definition": "A Group Of Chips That Execute A Specific Command"
	},
	"Target": {
		"term": "Target",
		"definition": "The Object or value affected by an operation"
	}
}