CollaboratorStatus
Describes the current editing activity of a collaborator in a Team Create session.
Items 4
| History | Name | Value | Description | |
|---|---|---|---|---|
| 610 | None | 0 | The collaborator has no active editing context; this is the default status. | |
| 610 | Editing3D | 1 | The collaborator is actively working in the 3D viewport. | |
| 610 | Scripting | 2 | The collaborator is editing a script that is replicated to the server. | |
| 610 | PrivateScripting | 3 | The collaborator is editing a script that is not replicated to the server (a local or module script not visible server-side). |
Removed items 4
| History | Name | Value | |
|---|---|---|---|
| 592 | 0 | 0 | |
| 592 | 1 | 1 | |
| 592 | 2 | 2 | |
| 592 | 3 | 3 |
Description
Describes the current editing activity of a collaborator in a Team Create
session. Stored on Collaborator.Status (defaults to
CollaboratorStatus.None) and updated server-side via
CollaboratorsService. Do not set Collaborator.Status from client code;
call through CollaboratorsService so server-side access checks apply.
History 21
- 610 Change Index of Scripting from 1 to 2
- 610 Change Value of Scripting from 1 to 2
- 610 Change Value of PrivateScripting from 2 to 3
- 610 Change Index of PrivateScripting from 2 to 3
- 610 Change Index of None from 3 to 0
- 610 Change Value of None from 3 to 0
- 610 Change Value of Editing3D from 0 to 1
- 610 Change Index of Editing3D from 0 to 1
- 592 Add Scripting
- 592 Add PrivateScripting
- 592 Add None
- 592 Add Editing3D
- 592 Remove 3
- 592 Remove 2
- 592 Remove 1
- 592 Remove 0
- 590 Add 3
- 590 Add 2
- 590 Add 1
- 590 Add 0
- 590 Add CollaboratorStatus