ReflectionMetadataItem
Acts as abstract properties for generic information about Classes, Members, Enums, and EnumItems.
Memory category | Instances |
---|
Member index 16
Removed member index 2
History | Member | |
---|---|---|
79 | Preliminary: bool | |
486 | summary: string |
Description
Acts as abstract properties for generic information about Classes, Members, Enums, and EnumItems.
History 70
- 553 Change Default of UINumTicks from to
- 553 Change Default of UIMinimum from to
- 553 Change Default of UIMaximum from to
- 553 Change Default of SliderScaling from to
- 553 Change Default of ServerOnly from to
- 553 Change Default of ScriptContext from to
- 553 Change Default of PropertyOrder from to
- 553 Change Default of IsBackend from to
- 553 Change Default of FFlag from to
- 553 Change Default of EditorType from to
- 553 Change Default of EditingDisabled from to
- 553 Change Default of Deprecated from to
- 553 Change Default of Constraint from to
- 553 Change Default of ClientOnly from to
- 553 Change Default of ClassCategory from to
- 553 Change Default of Browsable from to
- 525 Add SliderScaling
- 487 Add EditorType
- 486 Remove summary
- 486 Change ThreadSafety of UINumTicks from ReadOnly to ReadSafe
- 486 Change ThreadSafety of UIMinimum from ReadOnly to ReadSafe
- 486 Change ThreadSafety of UIMaximum from ReadOnly to ReadSafe
- 486 Change ThreadSafety of ServerOnly from ReadOnly to ReadSafe
- 486 Change ThreadSafety of ScriptContext from ReadOnly to ReadSafe
- 486 Change ThreadSafety of PropertyOrder from ReadOnly to ReadSafe
- 486 Change ThreadSafety of IsBackend from ReadOnly to ReadSafe
- 486 Change ThreadSafety of FFlag from ReadOnly to ReadSafe
- 486 Change ThreadSafety of EditingDisabled from ReadOnly to ReadSafe
- 486 Change ThreadSafety of Deprecated from ReadOnly to ReadSafe
- 486 Change ThreadSafety of Constraint from ReadOnly to ReadSafe
- 486 Change ThreadSafety of ClientOnly from ReadOnly to ReadSafe
- 486 Change ThreadSafety of ClassCategory from ReadOnly to ReadSafe
- 486 Change ThreadSafety of Browsable from ReadOnly to ReadSafe
- 483 Add FFlag
- 464 Add PropertyOrder
- 462 Change ThreadSafety of summary from to ReadOnly
- 462 Change ThreadSafety of UINumTicks from to ReadOnly
- 462 Change ThreadSafety of UIMinimum from to ReadOnly
- 462 Change ThreadSafety of UIMaximum from to ReadOnly
- 462 Change ThreadSafety of ServerOnly from to ReadOnly
- 462 Change ThreadSafety of ScriptContext from to ReadOnly
- 462 Change ThreadSafety of IsBackend from to ReadOnly
- 462 Change ThreadSafety of EditingDisabled from to ReadOnly
- 462 Change ThreadSafety of Deprecated from to ReadOnly
- 462 Change ThreadSafety of Constraint from to ReadOnly
- 462 Change ThreadSafety of ClientOnly from to ReadOnly
- 462 Change ThreadSafety of ClassCategory from to ReadOnly
- 462 Change ThreadSafety of Browsable from to ReadOnly
- 366 Add ServerOnly
- 366 Add ClientOnly
- 324 Add ScriptContext
- 320 Add Constraint
- 268 Add EditingDisabled
- 265 Add ClassCategory
- 264 Remove ClassCategory
- 265 Add ClassCategory
- 253 Add UINumTicks
- 218 Add UIMinimum
- 218 Add UIMaximum
- 79 Remove Preliminary
- 79 Add IsBackend
- 78 Add Preliminary
- 78 Remove IsBackend
- 79 Remove Preliminary
- 79 Add IsBackend
- 47 Add summary
- 47 Add Preliminary
- 47 Add Deprecated
- 47 Add Browsable
- 47 Add ReflectionMetadataItem
Members 16
Browsable
Type | Default | |
---|---|---|
bool |
When this value is true, it means that this property/class can be seen in Studio, e.g. in the explorer.
Thread safety | ReadSafe |
---|---|
Category | Reflection |
Loaded/Saved | true |
ClassCategory
Type | Default | |
---|---|---|
string |
Describes the category of this class.
Thread safety | ReadSafe |
---|---|
Category | Reflection |
Loaded/Saved | true |
History 6
- 553 Change Default of ClassCategory from to
- 486 Change ThreadSafety of ClassCategory from ReadOnly to ReadSafe
- 462 Change ThreadSafety of ClassCategory from to ReadOnly
- 265 Add ClassCategory
- 264 Remove ClassCategory
- 265 Add ClassCategory
ClientOnly
Type | Default | |
---|---|---|
bool |
Thread safety | ReadSafe |
---|---|
Category | Reflection |
Loaded/Saved | true |
History 4
- 553 Change Default of ClientOnly from to
- 486 Change ThreadSafety of ClientOnly from ReadOnly to ReadSafe
- 462 Change ThreadSafety of ClientOnly from to ReadOnly
- 366 Add ClientOnly
Constraint
Type | Default | |
---|---|---|
string |
Describes a constraint for a single-argument function whose argument type is a Object.ClassName. Currently there are two constraints available:
Constraint | Description |
---|---|
isScriptCreatable | The specified class must be creatable with Instance.new |
isService | The specified class must be a service. |
Thread safety | ReadSafe |
---|---|
Category | Reflection |
Loaded/Saved | true |
History 4
- 553 Change Default of Constraint from to
- 486 Change ThreadSafety of Constraint from ReadOnly to ReadSafe
- 462 Change ThreadSafety of Constraint from to ReadOnly
- 320 Add Constraint
Deprecated
Type | Default | |
---|---|---|
bool |
When an object is deprecated, it should not be used anymore for new scripts.
Thread safety | ReadSafe |
---|---|
Category | Reflection |
Loaded/Saved | true |
History 4
- 553 Change Default of Deprecated from to
- 486 Change ThreadSafety of Deprecated from ReadOnly to ReadSafe
- 462 Change ThreadSafety of Deprecated from to ReadOnly
- 47 Add Deprecated
EditingDisabled
Type | Default | |
---|---|---|
bool |
Toggles whether this property can be edited from the Properties window.
Thread safety | ReadSafe |
---|---|
Category | Reflection |
Loaded/Saved | true |
History 4
- 553 Change Default of EditingDisabled from to
- 486 Change ThreadSafety of EditingDisabled from ReadOnly to ReadSafe
- 462 Change ThreadSafety of EditingDisabled from to ReadOnly
- 268 Add EditingDisabled
EditorType
Type | Default | |
---|---|---|
string |
Thread safety | ReadSafe |
---|---|
Category | Reflection |
Loaded/Saved | true |
History 2
- 553 Change Default of EditorType from to
- 487 Add EditorType
FFlag
Type | Default | |
---|---|---|
string |
Thread safety | ReadSafe |
---|---|
Category | Reflection |
Loaded/Saved | true |
IsBackend
Type | Default | |
---|---|---|
bool |
This should determine if a method needs to use stuff on the Roblox main servers. This property isn't applied where it should be, though.
Thread safety | ReadSafe |
---|---|
Category | Reflection |
Loaded/Saved | true |
PropertyOrder
Type | Default | |
---|---|---|
int |
Thread safety | ReadSafe |
---|---|
Category | Reflection |
Loaded/Saved | true |
History 3
- 553 Change Default of PropertyOrder from to
- 486 Change ThreadSafety of PropertyOrder from ReadOnly to ReadSafe
- 464 Add PropertyOrder
ScriptContext
Type | Default | |
---|---|---|
string |
Describes the context where this member can be used. If set to "Server", this member will not be available to auto fill when editing a LocalScript. If set to "Client", this member will not be available to auto fill when editing a Script.
Thread safety | ReadSafe |
---|---|
Category | Reflection |
Loaded/Saved | true |
History 4
- 553 Change Default of ScriptContext from to
- 486 Change ThreadSafety of ScriptContext from ReadOnly to ReadSafe
- 462 Change ThreadSafety of ScriptContext from to ReadOnly
- 324 Add ScriptContext
ServerOnly
Type | Default | |
---|---|---|
bool |
Thread safety | ReadSafe |
---|---|
Category | Reflection |
Loaded/Saved | true |
History 4
- 553 Change Default of ServerOnly from to
- 486 Change ThreadSafety of ServerOnly from ReadOnly to ReadSafe
- 462 Change ThreadSafety of ServerOnly from to ReadOnly
- 366 Add ServerOnly
SliderScaling
Type | Default | |
---|---|---|
string |
Thread safety | ReadSafe |
---|---|
Category | Reflection |
Loaded/Saved | true |
History 2
- 553 Change Default of SliderScaling from to
- 525 Add SliderScaling
UIMaximum
Type | Default | |
---|---|---|
double |
The maximum value of this property. Used with
ReflectionMetadataItem.UIMinimum to control the slider bar of this
property in the Properties
window.
Thread safety | ReadSafe |
---|---|
Category | Reflection |
Loaded/Saved | true |
UIMinimum
Type | Default | |
---|---|---|
double |
The minimum value of this property. Used with
ReflectionMetadataItem.UIMaximum to control the slider bar of this
property in the Properties
window.
Thread safety | ReadSafe |
---|---|
Category | Reflection |
Loaded/Saved | true |
UINumTicks
Type | Default | |
---|---|---|
double |
The number of potential values the property's slider bar can be set to, ReflectionMetadataItem.UIMinimum and ReflectionMetadataItem.UIMaximum.
Thread safety | ReadSafe |
---|---|
Category | Reflection |
Loaded/Saved | true |
History 4
- 553 Change Default of UINumTicks from to
- 486 Change ThreadSafety of UINumTicks from ReadOnly to ReadSafe
- 462 Change ThreadSafety of UINumTicks from to ReadOnly
- 253 Add UINumTicks
Removed members 2
Preliminary
Type | Default | |
---|---|---|
bool |
Category | |
---|---|
Loaded/Saved | false |
History 4
- 79 Remove Preliminary
- 78 Add Preliminary
- 79 Remove Preliminary
- 47 Add Preliminary
summary
Type | Default | |
---|---|---|
string |
Thread safety | ReadOnly |
---|---|
Category | Reflection |
Loaded/Saved | true |