PluginConnection
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.
| Memory category | Instances |
|---|
Member index 6
| History | Member | |
|---|---|---|
| 715 | Connected: bool | |
| 715 | TargetId: string | |
| 715 | Type: PluginConnectionTargetType | |
| 715 | BindToMessage(callbackFunction: Function): RBXScriptConnection | |
| 715 | SendMessage(message: buffer): null | |
| 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) | |
Description
History 7
- 715 Add SendMessage
- 715 Add BindToMessage
- 715 Add Type
- 715 Add TargetId
- 715 Add
- 715 Add Connected
- 715 Add PluginConnection
Members 6
BindToMessage
| Parameters (1) | ||
|---|---|---|
| callbackFunction | Function | |
| Returns (1) | ||
| RBXScriptConnection | ||
| Security | PluginSecurity |
|---|---|
| Thread safety | Unsafe |
History 1
- 715 Add BindToMessage
Connected
| Type | Default | |
|---|---|---|
| bool | ||
This property is not replicated. Its interface does not cross the network boundary.
This property is read-only. Its value can be read, but it cannot be modified.
| Security | PluginSecurity |
|---|---|
| Thread safety | ReadSafe |
| Category | Data |
| Loaded/Saved | false |
SendMessage
| Parameters (1) | ||
|---|---|---|
| Returns (1) | ||
| null | ||
| Security | PluginSecurity |
|---|---|
| Thread safety | Unsafe |
History 1
- 715 Add SendMessage
TargetId
| Type | Default | |
|---|---|---|
| string | ||
This property is not replicated. Its interface does not cross the network boundary.
This property is read-only. Its value can be read, but it cannot be modified.
| Security | PluginSecurity |
|---|---|
| Thread safety | ReadSafe |
| Category | Data |
| Loaded/Saved | false |
Type
| Type | Default | |
|---|---|---|
| PluginConnectionTargetType | ||
This property is not replicated. Its interface does not cross the network boundary.
This property is read-only. Its value can be read, but it cannot be modified.
| Security | PluginSecurity |
|---|---|
| Thread safety | ReadSafe |
| Category | Data |
| Loaded/Saved | false |