Instances of this class cannot be created with Instance.new.
It is a singleton that may be acquired with GetService.
Tags: [NotCreatable, Service]
| History | | Member |
|---|
| 726 | | ServerLiveEditingMode: ServerLiveEditingMode |
| 726 | | BeginEdit(id: int64, guid: string) |
| 726 | | BroadcastMessage(message: string, type: LiveEditingBroadcastMessageType) |
| 726 | | EndEdit(id: int64) |
| 726 | | FailedToOpen(id: int64, legalToOpenLocal: bool) |
| 726 | | KickFromEdit(id: int64, msg: string) |
| 726 | | LiveEditingClientConfiguration(serializedConfig: string) |
| 726 | | OpenedWithSource(id: int64, source: string) |
| 726 | | SendAtomicOperation(requestId: int, guid: string, op: string, hash: string) |
| 726 | | SendAtomicUpdateResponse(guid: int, response: LiveEditingAtomicUpdateResponse) |
| 726 | | SendOperation(id: int64, op: string) |
- 726
Remove SendOperation
- 726
Remove SendAtomicUpdateResponse
- 726
Remove SendAtomicOperation
- 726
Remove OpenedWithSource
- 726
Remove LiveEditingClientConfiguration
- 726
Remove KickFromEdit
- 726
Remove FailedToOpen
- 726
Remove EndEdit
- 726
Remove BroadcastMessage
- 726
Remove BeginEdit
- 726
Remove ServerLiveEditingMode
- 595
Add ServerLiveEditingMode
- 593
Add LiveEditingClientConfiguration
- 593
Add BroadcastMessage
- 592
Add SendAtomicUpdateResponse
- 592
Add SendAtomicOperation
- 591
Change Parameters of KickFromEdit
from
(id: int64)
to
(id: int64, msg: string)
- 583
Change Parameters of SendOperation
from
(script: string, op: string)
to
(id: int64, op: string)
- 583
Change Parameters of OpenedWithSource
from
(script: string, source: string)
to
(id: int64, source: string)
- 583
Change Parameters of KickFromEdit
from
(script: string)
to
(id: int64)
- 583
Change Parameters of FailedToOpen
from
(guid: string)
to
(id: int64, legalToOpenLocal: bool)
- 583
Change Parameters of EndEdit
from
(script: string)
to
(id: int64)
- 583
Change Parameters of BeginEdit
from
(guid: string)
to
(id: int64, guid: string)
- 576
Add KickFromEdit
- 569
Change Parameters of SendOperation
from
(script: LuaSourceContainer, op: string)
to
(script: string, op: string)
- 569
Change Parameters of OpenedWithSource
from
(script: LuaSourceContainer, source: string)
to
(script: string, source: string)
- 569
Add FailedToOpen
- 569
Change Parameters of EndEdit
from
(script: LuaSourceContainer)
to
(script: string)
- 569
Change Parameters of BeginEdit
from
(script: LuaSourceContainer)
to
(guid: string)
- 563
Change Parameters of SendOperation
from
(script: LuaSourceContainer, op: Dictionary)
to
(script: LuaSourceContainer, op: string)
- 562
Add OpenedWithSource
- 560
Add SendOperation
- 560
Add EndEdit
- 560
Add BeginEdit
- 560
Add LiveScriptingService
It is not meant to be used, and may have unresolved issues.
History 4
Tags: [Hidden]
It is not meant to be used, and may have unresolved issues.
History 2
Tags: [Hidden]
It is not meant to be used, and may have unresolved issues.
History 4
Tags: [Hidden]
It is not meant to be used, and may have unresolved issues.
History 3
Tags: [Hidden]
It is not meant to be used, and may have unresolved issues.
History 4
Tags: [Hidden]
LiveEditingClientConfiguration
| Parameters (1) |
|---|
| serializedConfig | string |
It is not meant to be used, and may have unresolved issues.
History 2
Tags: [Hidden]
It is not meant to be used, and may have unresolved issues.
History 4
Tags: [Hidden]
It is not meant to be used, and may have unresolved issues.
History 2
Tags: [Hidden]
It is not meant to be used, and may have unresolved issues.
History 2
Tags: [Hidden]
It is not meant to be used, and may have unresolved issues.
History 5
Tags: [Hidden]
It cannot be accessed by script code.
It is not meant to be used, and may have unresolved issues.
History 2
Tags: [Hidden, NotScriptable]