From 40c8a4cb97f185f2b18c0e78f96a895b1b3fe06d Mon Sep 17 00:00:00 2001 From: alyx <> Date: Fri, 4 Feb 2022 14:02:20 +0000 Subject: Initial commit --- terms.json | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 terms.json (limited to 'terms.json') diff --git a/terms.json b/terms.json new file mode 100644 index 0000000..f21d5d9 --- /dev/null +++ b/terms.json @@ -0,0 +1,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" + } +} \ No newline at end of file -- cgit v1.2.3-54-g00ecf