Skip to content

Commit

Permalink
add setCanLosePropsOnDamage (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
shr0x authored Mar 1, 2024
1 parent c44023d commit 1c6b7c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/client/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1059,8 +1059,8 @@ declare interface BrowserMp {
executeCached(code: string): void;

/**
* Available on 11_test_1102_eXzHpHrWd2UfgUhdau6PDVJ88GG5aQY3 branch
*/
* Available on 11_test_1102_eXzHpHrWd2UfgUhdau6PDVJ88GG5aQY3 branch
*/
headlessTextureDict: string;
headlessTextureName: string;
headlessTextureHeightScale: number;
Expand Down Expand Up @@ -1671,6 +1671,7 @@ declare interface PedMpBase extends EntityMp {
setCanBeKnockedOffVehicle(state: number): void;
setCanBeShotInVehicle(toggle: boolean): void;
setCanBeTargetedWhenInjured(toggle: boolean): void;
setCanLosePropsOnDamage(enable: boolean, p0: number): void;
setCanBeTargetedWithoutLos(toggle: boolean): void;
setCanBeTargetted(toggle: boolean): void;
setCanBeTargettedByPlayer(player: Handle, toggle: boolean): void;
Expand Down

0 comments on commit 1c6b7c6

Please sign in to comment.