Skip to content

Commit

Permalink
Merge pull request #30 from cuBeUrg/main
Browse files Browse the repository at this point in the history
deleteRope argument
  • Loading branch information
leonardssh authored May 21, 2022
2 parents c2c8f90 + 0947037 commit a1638c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/game/physics.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ declare interface GamePhysics extends GamePhysicsLegacy {
p14: number,
breakWhenShot: boolean
): AddRopeResult;
deleteRope(): number;
deleteRope(ropeId: number): void;
deleteChildRope(ropeId: number): void;
doesRopeExist(): number;
ropeDrawShadowEnabled(toggle: boolean): number;
Expand Down

0 comments on commit a1638c5

Please sign in to comment.