Skip to content

Commit

Permalink
Add more imports
Browse files Browse the repository at this point in the history
  • Loading branch information
psiberx committed Aug 8, 2024
1 parent 656ce69 commit 18c9444
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions scripts/Base/Addons/PhysicalDestructionComponent.reds
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
@addField(PhysicalDestructionComponent)
native let mesh: ResourceAsyncRef; // raRef<CMesh>

@addField(PhysicalDestructionComponent)
native let meshAppearance: CName;

@addField(PhysicalDestructionComponent)
native let forceAutoHideDistance: Float;

@addField(PhysicalDestructionComponent)
native let destructionParams: physicsDestructionParams;

@addField(PhysicalDestructionComponent)
native let destructionLevelData: array<physicsDestructionLevelData>;

@addField(PhysicalDestructionComponent)
native let isEnabled: Bool;

@addField(PhysicalDestructionComponent)
native let audioMetadata: CName;

@addField(PhysicalDestructionComponent)
native let systemsToNotifyFlags: Uint16;
2 changes: 1 addition & 1 deletion vendor/RED4ext.SDK

0 comments on commit 18c9444

Please sign in to comment.