Its interface does not cross the network boundary.
Instances of this class cannot be created with Instance.new.
Tags: [NotCreatable, NotReplicated]
History | | Member |
---|
512 | | Condition: string |
553 | | ContinueExecution: bool |
553 | | Enabled: bool |
553 | | Id: int |
553 | | IsLogpoint: bool |
553 | | Line: int |
515 | | LogMessage: string |
587 | | RemoveOnHit: bool |
519 | | Script: string |
553 | | Valid: bool |
515 | | GetContextBreakpoints(): Dictionary |
500 | | Remove(status: Function): int |
573 | | SetChildBreakpointEnabledByScriptAndContext(script: string, contextGST: int, enabled: bool): null |
573 | | SetContextEnabled(context: int, enabled: bool): null |
573 | | SetContinueExecution(enabled: bool): null |
573 | | SetEnabled(enabled: bool): null |
500 | | SetLine(line: int, status: Function): int |
582 | | SetRemoveOnHit(enabled: bool): null |
inherited from Instance |
---|
553 | | Archivable: bool |
553 | | Attributes: string |
553 | | AttributesReplicate: string |
553 | | AttributesSerialize: BinaryString |
635 | | Capabilities: SecurityCapabilities |
553 | | DataCost: int |
619 | | DefinesCapabilities: bool |
553 | | HistoryId: UniqueId |
553 | | Name: string |
553 | | Parent: Instance |
553 | | PropertyStatusStudio: PropertyStatus |
553 | | RobloxLocked: bool |
635 | | Sandboxed: bool |
616 | | SourceAssetId: int64 |
553 | | Tags: BinaryString |
616 | | UniqueId: UniqueId |
553 | | archivable: bool |
553 | | numExpectedDirectChildren: int |
576 | | AddTag(tag: string): null |
573 | | ClearAllChildren(): null |
462 | | Clone(): Instance |
573 | | Destroy(): null |
486 | | FindFirstAncestor(name: string): Instance |
486 | | FindFirstAncestorOfClass(className: string): Instance |
486 | | FindFirstAncestorWhichIsA(className: string): Instance |
486 | | FindFirstChild(name: string, recursive: bool = false): Instance |
486 | | FindFirstChildOfClass(className: string): Instance |
486 | | FindFirstChildWhichIsA(className: string, recursive: bool = false): Instance |
486 | | FindFirstDescendant(name: string): Instance |
563 | | GetActor(): Actor |
486 | | GetAttribute(attribute: string): Variant |
462 | | GetAttributeChangedSignal(attribute: string): RBXScriptSignal |
631 | | GetAttributes(): Dictionary |
648 | | GetChildren(): Instances |
462 | | GetDebugId(scopeLength: int = 4): string |
486 | | GetDescendants(): Array |
486 | | GetFullName(): string |
641 | | GetStyled(name: string): Variant |
576 | | GetTags(): Array |
576 | | HasTag(tag: string): bool |
486 | | IsAncestorOf(descendant: Instance): bool |
486 | | IsDescendantOf(ancestor: Instance): bool |
580 | | IsPropertyModified(name: string): bool |
573 | | Remove(): null |
576 | | RemoveTag(tag: string): null |
580 | | ResetPropertyToDefault(name: string): null |
573 | | SetAttribute(attribute: string, value: Variant): null |
462 | | WaitForChild(childName: string, timeOut: double): Instance |
648 | | children(): Instances |
553 | | clone(): Instance |
573 | | destroy(): null |
553 | | findFirstChild(name: string, recursive: bool = false): Instance |
648 | | getChildren(): Instances |
553 | | isDescendantOf(ancestor: Instance): bool |
573 | | remove(): null |
462 | | AncestryChanged(child: Instance, parent: Instance) |
462 | | AttributeChanged(attribute: string) |
462 | | ChildAdded(child: Instance) |
462 | | ChildRemoved(child: Instance) |
462 | | DescendantAdded(descendant: Instance) |
462 | | DescendantRemoving(descendant: Instance) |
500 | | Destroying() |
553 | | childAdded(child: Instance) |
inherited from Object |
---|
647 | | ClassName: string |
647 | | className: string |
647 | | GetPropertyChangedSignal(property: string): RBXScriptSignal |
647 | | IsA(className: string): bool |
650 | | isA(className: string): bool |
647 | | Changed(property: string) |
- 587
Change CanSave of RemoveOnHit
from
false
to
true
- 587
Change CanLoad of RemoveOnHit
from
false
to
true
- 582
Add SetRemoveOnHit
- 581
Add RemoveOnHit
- 573
Change ReturnType of SetEnabled
from
void
to
null
- 573
Change ReturnType of SetContinueExecution
from
void
to
null
- 573
Change ReturnType of SetContextEnabled
from
void
to
null
- 573
Change ReturnType of SetChildBreakpointEnabledByScriptAndContext
from
void
to
null
- 553
Change Default of Valid
from
to
true
- 553
Change Default of Line
from
to
0
- 553
Change Default of IsLogpoint
from
to
false
- 553
Change Default of Id
from
to
4
- 553
Change Default of Enabled
from
to
true
- 553
Change Default of ContinueExecution
from
to
false
- 531
Add Valid
- 528
Add SetChildBreakpointEnabledByScriptAndContext
- 526
Add SetContextEnabled
- 519
Change CanLoad of Script
from
false
to
true
- 519
Change Tags of Script
from
[Hidden, ReadOnly, NotReplicated]
to
[Hidden, NotReplicated]
- 519
Change Tags of Line
from
[Hidden, ReadOnly, NotReplicated]
to
[Hidden, NotReplicated]
- 519
Change CanLoad of Line
from
false
to
true
- 519
Change Tags of Enabled
from
[Hidden, ReadOnly, NotReplicated]
to
[Hidden, NotReplicated]
- 519
Change CanLoad of Enabled
from
false
to
true
- 519
Change CanLoad of ContinueExecution
from
false
to
true
- 519
Change CanSave of ContinueExecution
from
false
to
true
- 519
Change Tags of ContinueExecution
from
[Hidden, ReadOnly, NotReplicated]
to
[Hidden, NotReplicated]
- 515
Remove GetContexts
- 515
Add GetContextBreakpoints
- 515
Change CanLoad of LogMessage
from
false
to
true
- 515
Change Tags of LogMessage
from
[Hidden, ReadOnly, NotReplicated]
to
[Hidden, NotReplicated]
- 512
Remove SetCondition
- 512
Change Tags of Condition
from
[Hidden, ReadOnly, NotReplicated]
to
[Hidden, NotReplicated]
- 512
Change CanLoad of Condition
from
false
to
true
- 506
Add GetContexts
- 504
Remove Valid
- 502
Add LogMessage
- 502
Add IsLogpoint
- 501
Change Parameters of SetEnabled
from
(enabled: bool, status: Function)
to
(enabled: bool)
- 501
Change ReturnType of SetEnabled
from
int
to
void
- 501
Add SetContinueExecution
- 501
Add ContinueExecution
- 500
Add SetLine
- 500
Add SetEnabled
- 500
Add SetCondition
- 500
Add Remove
- 500
Add Valid
- 500
Add Script
- 500
Add Line
- 500
Add Id
- 500
Add Enabled
- 500
Add Condition
- 500
Add MetaBreakpoint
Its interface does not cross the network boundary.
It is not meant to be used, and may have unresolved issues.
History 3
Tags: [Hidden, NotReplicated]
Its interface does not cross the network boundary.
It is not meant to be used, and may have unresolved issues.
History 5
Tags: [Hidden, NotReplicated]
Its interface does not cross the network boundary.
It is not meant to be used, and may have unresolved issues.
History 4
Tags: [Hidden, NotReplicated]
Its interface does not cross the network boundary.
Its value can be read, but it cannot be modified.
It is not meant to be used, and may have unresolved issues.
History 2
Tags: [Hidden, ReadOnly, NotReplicated]
Its interface does not cross the network boundary.
Its value can be read, but it cannot be modified.
It is not meant to be used, and may have unresolved issues.
History 2
Tags: [Hidden, ReadOnly, NotReplicated]
Its interface does not cross the network boundary.
It is not meant to be used, and may have unresolved issues.
History 4
- 553
Change Default of Line
from
to
0
- 519
Change Tags of Line
from
[Hidden, ReadOnly, NotReplicated]
to
[Hidden, NotReplicated]
- 519
Change CanLoad of Line
from
false
to
true
- 500
Add Line
Tags: [Hidden, NotReplicated]
Its interface does not cross the network boundary.
It is not meant to be used, and may have unresolved issues.
History 3
Tags: [Hidden, NotReplicated]
Its interface does not cross the network boundary.
It is not meant to be used, and may have unresolved issues.
History 3
Tags: [Hidden, NotReplicated]
Its interface does not cross the network boundary.
It is not meant to be used, and may have unresolved issues.
History 3
- 519
Change CanLoad of Script
from
false
to
true
- 519
Change Tags of Script
from
[Hidden, ReadOnly, NotReplicated]
to
[Hidden, NotReplicated]
- 500
Add Script
Tags: [Hidden, NotReplicated]
SetChildBreakpointEnabledByScriptAndContext
History 2
Parameters (1) |
---|
enabled | bool |
Returns (1) |
---|
null |
History 2
Parameters (1) |
---|
enabled | bool |
Returns (1) |
---|
null |
History 4
Parameters (1) |
---|
enabled | bool |
Returns (1) |
---|
null |
History 1
Its interface does not cross the network boundary.
Its value can be read, but it cannot be modified.
It is not meant to be used, and may have unresolved issues.
History 4
Tags: [Hidden, ReadOnly, NotReplicated]
Parameters (0) |
---|
No parameters. |
Returns (1) |
---|
Array |
History 2