Roblox API Reference

DataModelPatchService On DevHub

Summary

This class is not creatable. An object of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
This item is not replicated. Its interface does not cross the network boundary.

Tags: [NotCreatable, Service, NotReplicated]

Inherits (1)

Member index (3)

Type Member History
Instance GetPatch (string patchName)
null RegisterPatch (string patchName, string behaviorName, string localConfigPath, int64 userId) 573
null UpdatePatch (int64 userId, string patchName, Function callbackFunction) 573
57 members inherited from Instance

History

Members

GetPatch On DevHub

Name Type Default
patchName string none

RegisterPatch On DevHub

Name Type Default
patchName string none
behaviorName string none
localConfigPath string none
userId int64 none

History

UpdatePatch On DevHub

Name Type Default
userId int64 none
patchName string none
callbackFunction Function none

History

Relevant classes (1)