DataModelPatchService
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 0
Removed member index 4
| History | Member | |
|---|---|---|
| 738 | GetLuaVersion(patchName: string): string | |
| 738 | GetPatch(patchName: string): Instance | |
| 738 | RegisterPatch(patchName: string, behaviorName: string, localConfigPath: string, userId: int64): null | |
| 738 | UpdatePatch(userId: int64, patchName: string, callbackFunction: Function): null |
Description
History 8
- 738 Remove DataModelPatchService
- 623 Add GetLuaVersion
- 573 Change ReturnType of UpdatePatch from void to null
- 573 Change ReturnType of RegisterPatch from void to null
- 502 Add UpdatePatch
- 502 Add RegisterPatch
- 502 Add GetPatch
- 502 Add DataModelPatchService
Removed members 4
GetLuaVersion
| Parameters (1) | ||
|---|---|---|
| patchName | string | |
| Returns (1) | ||
| string | ||
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 2
- 738 Remove DataModelPatchService
- 623 Add GetLuaVersion
GetPatch
| Parameters (1) | ||
|---|---|---|
| patchName | string | |
| Returns (1) | ||
| Instance | ||
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 2
- 738 Remove DataModelPatchService
- 502 Add GetPatch
RegisterPatch
| Parameters (4) | ||
|---|---|---|
| patchName | string | |
| behaviorName | string | |
| localConfigPath | string | |
| userId | int64 | |
| Returns (1) | ||
| null | ||
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 3
- 738 Remove DataModelPatchService
- 573 Change ReturnType of RegisterPatch from void to null
- 502 Add RegisterPatch
UpdatePatch
| Parameters (3) | ||
|---|---|---|
| userId | int64 | |
| patchName | string | |
| callbackFunction | Function | |
| Returns (1) | ||
| null | ||
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 3
- 738 Remove DataModelPatchService
- 573 Change ReturnType of UpdatePatch from void to null
- 502 Add UpdatePatch