Skip to content

Commit

Permalink
server: Add clearClothes
Browse files Browse the repository at this point in the history
  • Loading branch information
C0kkie committed Oct 22, 2023
1 parent bf120ea commit 56e0435
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1253,6 +1253,8 @@ declare module "alt-server" {
*/
public getDlcClothes(component: number): IDlcCloth;

public clearClothes(component: number): void;

/**
* Sets the specified clothing component.
*
Expand Down

0 comments on commit 56e0435

Please sign in to comment.