forked from MaximumADHD/Roblox-2007-Client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReflectionMetadata.xml
726 lines (701 loc) · 25.9 KB
/
ReflectionMetadata.xml
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
<roblox xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.roblox.com/roblox.xsd" version="4">
<Item class="ReflectionMetadataClasses">
<Properties></Properties>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">Tool</string>
<bool name="Preliminary">true</bool>
<string name="ExplorerOrder">3</string>
<string name="ExplorerImageIndex">17</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">Flag</string>
<bool name="Preliminary">true</bool>
<string name="ExplorerOrder">3</string>
<string name="ExplorerImageIndex">0</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">FlagStand</string>
<bool name="Preliminary">true</bool>
<string name="ExplorerOrder">3</string>
<string name="ExplorerImageIndex">0</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">BackpackItem</string>
<bool name="Preliminary">true</bool>
<string name="ExplorerOrder">0</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">Decal</string>
<string name="ExplorerOrder">4</string>
<string name="ExplorerImageIndex">7</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">JointInstance</string>
<bool name="Preliminary">true</bool>
<string name="ExplorerOrder">20</string>
<string name="ExplorerImageIndex">34</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">Message</string>
<string name="ExplorerOrder">11</string>
<string name="ExplorerImageIndex">33</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">Hint</string>
<bool name="Preliminary">1</bool>
<string name="ExplorerOrder">11</string>
<string name="ExplorerImageIndex">33</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">IntValue</string>
<string name="ExplorerOrder">3</string>
<string name="ExplorerImageIndex">4</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">BoolValue</string>
<string name="ExplorerOrder">3</string>
<string name="ExplorerImageIndex">4</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">NumberValue</string>
<string name="ExplorerOrder">3</string>
<string name="ExplorerImageIndex">4</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">StringValue</string>
<string name="ExplorerOrder">3</string>
<string name="ExplorerImageIndex">4</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">Vector3Value</string>
<string name="ExplorerOrder">3</string>
<string name="ExplorerImageIndex">4</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">CFrameValue</string>
<string name="ExplorerOrder">3</string>
<string name="ExplorerImageIndex">4</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">Color3Value</string>
<string name="ExplorerOrder">3</string>
<string name="ExplorerImageIndex">4</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">BrickColorValue</string>
<string name="ExplorerOrder">3</string>
<string name="ExplorerImageIndex">4</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">ObjectValue</string>
<string name="ExplorerOrder">3</string>
<string name="ExplorerImageIndex">4</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">SpecialMesh</string>
<string name="ExplorerOrder">3</string>
<string name="ExplorerImageIndex">8</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">Texture</string>
<string name="ExplorerOrder">4</string>
<string name="ExplorerImageIndex">10</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">Sound</string>
<string name="ExplorerOrder">1</string>
<string name="ExplorerImageIndex">11</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">StockSound</string>
<string name="Browsable">false</string>
<string name="ExplorerOrder">-1</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">SoundService</string>
<string name="ExplorerOrder">-1</string>
<string name="ExplorerImageIndex">31</string>
</Properties>
<Item class="ReflectionMetadataProperties">
<Properties></Properties>
<Item class="ReflectionMetadataMember">
<Properties>
<string name="Name">DopplerScale</string>
<bool name="Preliminary">true</bool>
<string name="summary">The doppler scale is a general scaling factor for how much the pitch varies due to doppler shifting in 3D sound. Doppler is the pitch bending effect when a sound comes towards the listener or moves away from it, much like the effect you hear when a train goes past you with its horn sounding. With dopplerscale you can exaggerate or diminish the effect.</string>
</Properties>
</Item>
<Item class="ReflectionMetadataMember">
<Properties>
<string name="Name">DistanceFactor</string>
<bool name="Preliminary">true</bool>
<string name="summary">the relative distance factor, compared to 1.0 meters.</string>
</Properties>
</Item>
<Item class="ReflectionMetadataMember">
<Properties>
<string name="Name">RolloffScale</string>
<bool name="Preliminary">true</bool>
<string name="summary">Setting this value makes the sound drop off faster or slower. The higher the value, the faster volume will attenuate, and conversely the lower the value, the slower it will attenuate. For example a rolloff factor of 1 will simulate the real world, where as a value of 2 will make sounds attenuate 2 times quicker.</string>
</Properties>
</Item>
</Item>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">Backpack</string>
<bool name="Preliminary">true</bool>
<string name="ExplorerOrder">3</string>
<string name="ExplorerImageIndex">20</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">StarterPack</string>
<bool name="Preliminary">true</bool>
<string name="ExplorerOrder">3</string>
<string name="ExplorerImageIndex">20</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">Sky</string>
<bool name="Preliminary">true</bool>
<string name="ExplorerOrder">0</string>
<string name="ExplorerImageIndex">28</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">Motor</string>
<bool name="Preliminary">true</bool>
<string name="ExplorerOrder">0</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">Humanoid</string>
<bool name="Preliminary">true</bool>
<string name="ExplorerOrder">3</string>
<string name="ExplorerImageIndex">9</string>
</Properties>
<Item class="ReflectionMetadataFunctions">
<Properties></Properties>
<Item class="ReflectionMetadataMember">
<Properties>
<string name="Name">MoveTo</string>
<bool name="Preliminary">true</bool>
</Properties>
</Item>
</Item>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">Visit</string>
<bool name="Browsable">false</bool>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">BodyColors</string>
<bool name="Preliminary">true</bool>
<string name="ExplorerOrder">0</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">Shirt</string>
<bool name="Preliminary">true</bool>
<string name="ExplorerOrder">0</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">ShirtGraphic</string>
<bool name="Preliminary">true</bool>
<string name="ExplorerOrder">0</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">Skin</string>
<bool name="Preliminary">true</bool>
<string name="ExplorerOrder">0</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">DebugSettings</string>
<bool name="Browsable">false</bool>
<string name="ExplorerOrder">0</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">FaceInstance</string>
<bool name="Browsable">false</bool>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">GameSettings</string>
<bool name="Browsable">false</bool>
<string name="ExplorerOrder">0</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">GlobalSettings</string>
<bool name="Browsable">false</bool>
<string name="ExplorerOrder">0</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">Item</string>
<bool name="Browsable">false</bool>
<string name="ExplorerOrder">0</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">NetworkPeer</string>
<bool name="Browsable">false</bool>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">NetworkSettings</string>
<bool name="Browsable">false</bool>
<string name="ExplorerOrder">0</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">PVInstance</string>
<bool name="Browsable">false</bool>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">RenderSettings</string>
<bool name="Browsable">false</bool>
<string name="ExplorerOrder">0</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">RootInstance</string>
<bool name="Browsable">false</bool>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">ServiceProvider</string>
<bool name="Browsable">false</bool>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">Hopper</string>
<bool name="Deprecated">true</bool>
<string name="summary">Use StarterPack instead</string>
<string name="ExplorerOrder">0</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">Instance</string>
</Properties>
<Item class="ReflectionMetadataFunctions">
<Properties></Properties>
<Item class="ReflectionMetadataMember">
<Properties>
<string name="Name">Clone</string>
<string name="summary">Returns a copy of this Object and all its children. The copy's Parent is nil</string>
</Properties>
</Item>
<Item class="ReflectionMetadataMember">
<Properties>
<string name="Name">children</string>
<bool name="Deprecated">true</bool>
<string name="summary">Use GetChildren() instead</string>
</Properties>
</Item>
<Item class="ReflectionMetadataMember">
<Properties>
<string name="Name">GetChildren</string>
<string name="summary">Returns a read-only table of this Object's children</string>
</Properties>
</Item>
<Item class="ReflectionMetadataMember">
<Properties>
<string name="Name">Remove</string>
<string name="summary">Sets the Parent property to nil and calls Remove() on all children</string>
</Properties>
</Item>
</Item>
<Item class="ReflectionMetadataEvents">
<Properties></Properties>
<Item class="ReflectionMetadataMember">
<Properties>
<string name="Name">ChildAdded</string>
<string name="summary">Fired after a child is added</string>
</Properties>
</Item>
<Item class="ReflectionMetadataMember">
<Properties>
<string name="Name">ChildRemoved</string>
<string name="summary">Fired after a child is removed</string>
</Properties>
</Item>
<Item class="ReflectionMetadataMember">
<Properties>
<string name="Name">Changed</string>
<string name="summary">Fired after a property changes value. The property argument is the name of the property</string>
</Properties>
</Item>
</Item>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">BodyGyro</string>
<string name="summary">Attempts to maintain a fixed orientation of its parent Part</string>
<string name="ExplorerOrder">14</string>
<string name="ExplorerImageIndex">14</string>
</Properties>
<Item class="ReflectionMetadataProperties">
<Properties></Properties>
<Item class="ReflectionMetadataMember">
<Properties>
<string name="Name">maxTorque</string>
<string name="summary">The maximum torque that will be exerted on the Part</string>
</Properties>
</Item>
</Item>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">BodyPosition</string>
<string name="ExplorerOrder">14</string>
<string name="ExplorerImageIndex">14</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">RocketPropulsion</string>
<bool name="Preliminary">true</bool>
<string name="ExplorerOrder">14</string>
<string name="ExplorerImageIndex">14</string>
<string name="summary">A propulsion system that mimics a rocket</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">BodyVelocity</string>
<string name="ExplorerOrder">14</string>
<string name="ExplorerImageIndex">14</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">BodyForce</string>
<string name="ExplorerOrder">14</string>
<string name="ExplorerImageIndex">14</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">BodyThrust</string>
<string name="ExplorerOrder">14</string>
<string name="ExplorerImageIndex">14</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">Hole</string>
<string name="ExplorerOrder">0</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">Feature</string>
<string name="ExplorerOrder">0</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">Teams</string>
<string name="summary">This Service-level object is the container for all Team objects in a level. A map that supports team games must have a Teams service. <a href="http://wiki.roblox.com/index.php?title=RBX.lua.Teams" target="_blank">More info</a></string>
<bool name="Preliminary">true</bool>
<string name="ExplorerOrder">14</string>
<string name="ExplorerImageIndex">23</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">Team</string>
<string name="summary">The Team class is used to represent a faction in a team game. The only valid location for a Team object is under the Teams service. <a href="http://wiki.roblox.com/index.php?title=RBX.lua.Team" target="_blank">More info</a></string>
<bool name="Preliminary">true</bool>
<string name="ExplorerOrder">1</string>
<string name="ExplorerImageIndex">24</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">HtmlService</string>
<string name="ExplorerOrder">20</string>
<bool name="Preliminary">true</bool>
<string name="ExplorerImageIndex">27</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">HtmlWindow</string>
<bool name="Preliminary">true</bool>
<string name="ExplorerOrder">0</string>
<string name="ExplorerImageIndex">26</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">SpawnLocation</string>
<bool name="Preliminary">true</bool>
<string name="ExplorerOrder">3</string>
<string name="ExplorerImageIndex">25</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">Seat</string>
<bool name="Preliminary">true</bool>
<string name="ExplorerOrder">3</string>
<string name="ExplorerImageIndex">14</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">NetworkClient</string>
<string name="ExplorerOrder">3</string>
<string name="ExplorerImageIndex">16</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">NetworkServer</string>
<string name="ExplorerOrder">3</string>
<string name="ExplorerImageIndex">15</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">Script</string>
<string name="ExplorerOrder">3</string>
<string name="ExplorerImageIndex">6</string>
</Properties>
<Item class="ReflectionMetadataProperties">
<Properties></Properties>
<Item class="ReflectionMetadataMember">
<Properties>
<string name="Name">LinkedScript</string>
<bool name="Preliminary">true</bool>
<string name="summary">This property is under development. Do not use</string>
</Properties>
</Item>
</Item>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">LocalScript</string>
<bool name="Preliminary">true</bool>
<string name="ExplorerOrder">4</string>
<string name="ExplorerImageIndex">18</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">NetworkReplicator</string>
<string name="ExplorerOrder">3</string>
<string name="ExplorerImageIndex">29</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">Model</string>
<string name="ExplorerOrder">10</string>
<string name="ExplorerImageIndex">2</string>
</Properties>
<Item class="ReflectionMetadataFunctions">
<Properties></Properties>
<Item class="ReflectionMetadataMember">
<Properties>
<string name="Name">move</string>
<bool name="Deprecated">true</bool>
<string name="summary">Use MoveTo() instead</string>
</Properties>
</Item>
</Item>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">DataModel</string>
</Properties>
<Item class="ReflectionMetadataFunctions">
<Properties></Properties>
<Item class="ReflectionMetadataMember">
<Properties>
<string name="Name">get</string>
<bool name="Deprecated">true</bool>
<string name="summary">Use GetObjects() instead</string>
</Properties>
</Item>
</Item>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">HopperBin</string>
<string name="ExplorerOrder">24</string>
<string name="ExplorerImageIndex">22</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">Camera</string>
<string name="ExplorerOrder">5</string>
<string name="ExplorerImageIndex">5</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">Players</string>
<string name="ExplorerOrder">2</string>
<string name="ExplorerImageIndex">21</string>
</Properties>
<Item class="ReflectionMetadataFunctions">
<Properties></Properties>
<Item class="ReflectionMetadataMember">
<Properties>
<string name="Name">players</string>
<bool name="Deprecated">true</bool>
<string name="summary">Use GetPlayers() instead</string>
</Properties>
</Item>
</Item>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">Lighting</string>
<string name="ExplorerOrder">3</string>
<string name="ExplorerImageIndex">13</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">Debris</string>
<string name="ExplorerOrder">10</string>
<string name="ExplorerImageIndex">30</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">Accoutrement</string>
<string name="ExplorerOrder">0</string>
<string name="ExplorerImageIndex">32</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">Player</string>
<string name="ExplorerOrder">1</string>
<string name="ExplorerImageIndex">12</string>
</Properties>
<Item class="ReflectionMetadataFunctions">
<Properties></Properties>
<Item class="ReflectionMetadataMember">
<Properties>
<string name="Name">playerFromCharacter</string>
<bool name="Deprecated">true</bool>
<string name="summary">Use GetPlayerFromCharacter() instead</string>
</Properties>
</Item>
</Item>
<Item class="ReflectionMetadataEvents">
<Properties></Properties>
<Item class="ReflectionMetadataMember">
<Properties>
<string name="Name">Idled</string>
<string name="summary">Fired periodically after the user has been AFK for a while. Currently this event is only fired for the *local* Player. "time" is the time in seconds that the user has been idle.</string>
</Properties>
</Item>
</Item>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">Workspace</string>
<string name="ExplorerOrder">1</string>
<string name="ExplorerImageIndex">19</string>
</Properties>
</Item>
<Item class="ReflectionMetadataClass">
<Properties>
<string name="Name">Part</string>
<string name="summary">A plastic building block - the fundamental component of ROBLOX</string>
<string name="ExplorerOrder">11</string>
<string name="ExplorerImageIndex">1</string>
</Properties>
<Item class="ReflectionMetadataProperties">
<Properties></Properties>
<Item class="ReflectionMetadataMember">
<Properties>
<string name="Name">Color</string>
<bool name="Deprecated">true</bool>
<string name="summary">Deprecated. Use BrickColor instead</string>
</Properties>
</Item>
</Item>
</Item>
</Item>
</roblox>