Roblox API Reference

CrossDMScriptChangeListener On DevHub

Summary

This class is not creatable. An object of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
This item is not replicated. Its interface does not cross the network boundary.

Tags: [NotCreatable, Service, NotReplicated]

Inherits (1)

Member index (4)

Type Member History
bool IsWatchingScriptLine (string scriptRef, int lineNumber) 519
null StartWatchingScriptLine (string scriptRef, int debuggerConnectionId, int lineNumber) 519 573
GuidLineContentsChanged (string guid, int lineNumber, string contents) 519
GuidNameChanged (string guid, string fullName)
57 members inherited from Instance

Removed member index (2)

Type Member History
bool IsWatchingScript (string scriptRef) 515 519
void StartWatchingScript (string scriptRef, int debuggerConnectionId) 519

History

Members

GuidLineContentsChanged On DevHub

Name Type Default
guid string none
lineNumber int none
contents string none

History

GuidNameChanged On DevHub

Name Type Default
guid string none
fullName string none

IsWatchingScriptLine On DevHub

Name Type Default
scriptRef string none
lineNumber int none

History

StartWatchingScriptLine On DevHub

Name Type Default
scriptRef string none
debuggerConnectionId int none
lineNumber int none

History

Removed members

IsWatchingScript

Name Type Default
scriptRef string none

History

StartWatchingScript

Name Type Default
scriptRef string none
debuggerConnectionId int none

History