Missing API Documentation
This API Class does not have any or complete API documentation. Please add API documentation if possible.
The DataModelPatchService class inherits from Instance.
Methods
GetLuaVersion(patchName: string): string
| Name | Type |
|---|---|
| patchName | string |
- Security: RobloxScriptSecurity.
- Thread safety: unsafe
GetPatch(patchName: string): Instance
| Name | Type |
|---|---|
| patchName | string |
- Security: RobloxScriptSecurity.
- Thread safety: unsafe
RegisterPatch(patchName: string, behaviorName: string, localConfigPath: string, userId: int64): null
| Name | Type |
|---|---|
| patchName | string |
| behaviorName | string |
| localConfigPath | string |
| userId | int64 |
- Security: RobloxScriptSecurity.
- Thread safety: unsafe
UpdatePatch(userId: int64, patchName: string, callbackFunction: Function): null
| Name | Type |
|---|---|
| userId | int64 |
| patchName | string |
| callbackFunction | Function |
- Security: RobloxScriptSecurity.
- Thread safety: unsafe