MetaBreakpointManager
This class is not replicated. Its interface does not cross the network boundary.
This class is not creatable. Instances of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
Memory category | Instances |
---|
Member index 7
Description
History 9
- 573 Change ReturnType of RemoveBreakpointById from void to null
- 541 Add MetaBreakpointSetChanged
- 541 Add MetaBreakpointRemoved
- 541 Add MetaBreakpointChanged
- 541 Add MetaBreakpointAdded
- 541 Add RemoveBreakpointById
- 541 Add GetBreakpointById
- 541 Add AddBreakpoint
- 541 Add MetaBreakpointManager
Members 7
AddBreakpoint
Parameters (3) | ||
---|---|---|
script | Instance | |
line | int | |
condition | Instance | |
Returns (1) | ||
Instance |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
- 541 Add AddBreakpoint
GetBreakpointById
Parameters (1) | ||
---|---|---|
metaBreakpointId | int | |
Returns (1) | ||
MetaBreakpoint |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
- 541 Add GetBreakpointById
MetaBreakpointAdded
Parameters (1) | |
---|---|
breakpoint | MetaBreakpoint |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
MetaBreakpointChanged
Parameters (1) | |
---|---|
breakpoint | MetaBreakpoint |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
MetaBreakpointRemoved
Parameters (1) | |
---|---|
breakpoint | MetaBreakpoint |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
MetaBreakpointSetChanged
Parameters (2) | |
---|---|
breakpoint | MetaBreakpoint |
detail | Dictionary |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
RemoveBreakpointById
Parameters (1) | ||
---|---|---|
metaBreakpointId | int | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 573 Change ReturnType of RemoveBreakpointById from void to null
- 541 Add RemoveBreakpointById