mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-19 15:52:53 +00:00
ZoneCodeGenerator: Fix invalid string commands for PhysConstraints and DestructibleDef
This commit is contained in:
parent
73424c9bc1
commit
3839b22f71
@ -73,10 +73,11 @@ set count pieces numpieces;
|
||||
set string PhysPreset::name;
|
||||
|
||||
// =========================================
|
||||
// PhysConstraint
|
||||
// PhysConstraints
|
||||
// =========================================
|
||||
set string PhysConstraints::name;
|
||||
|
||||
use PhysConstraint;
|
||||
set string name;
|
||||
set scriptstring targetname;
|
||||
set scriptstring target_ent1;
|
||||
set scriptstring target_ent2;
|
||||
@ -84,8 +85,9 @@ set scriptstring target_ent2;
|
||||
// =========================================
|
||||
// DestructibleDef
|
||||
// =========================================
|
||||
use DestructibleDef;
|
||||
set string name;
|
||||
set count DestructibleDef::pieces numPieces;
|
||||
set count pieces numPieces;
|
||||
|
||||
// DestructiblePiece
|
||||
set scriptstring DestructiblePiece::enableLabel;
|
||||
|
Loading…
x
Reference in New Issue
Block a user