Skip to content

Commit

Permalink
remove docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Neohertz authored Aug 30, 2024
1 parent 55ac2d2 commit 0f2abf2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/customDefinitions.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,11 +278,6 @@ interface ContextActionService extends Instance {

interface DataModel extends ServiceProvider<Services> {
readonly Workspace: Workspace;
/**
* Binds a function to be called before the server shuts down. If the bound function accepts a parameter, it passes Enum.CloseReason specifying the reason for the server shutdown.
*
* You can bind multiple functions by calling BindToClose() repeatedly. Bound functions are called in parallel and run at the same time.
*/
BindToClose(this: DataModel, callback: (reason: Enum.CloseReason) => void): void;
}

Expand Down

0 comments on commit 0f2abf2

Please sign in to comment.