mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-17 10:21:11 +00:00
Read BSDamageStage
This commit is contained in:
parent
5a3dce160c
commit
d2c797aee9
@ -147,6 +147,7 @@ namespace Nif
|
|||||||
{ "BSMultiBoundNode", &construct<BSMultiBoundNode, RC_NiNode> },
|
{ "BSMultiBoundNode", &construct<BSMultiBoundNode, RC_NiNode> },
|
||||||
{ "BSRangeNode", &construct<BSRangeNode, RC_NiNode> },
|
{ "BSRangeNode", &construct<BSRangeNode, RC_NiNode> },
|
||||||
{ "BSBlastNode", &construct<BSRangeNode, RC_NiNode> },
|
{ "BSBlastNode", &construct<BSRangeNode, RC_NiNode> },
|
||||||
|
{ "BSDamageStage", &construct<BSRangeNode, RC_NiNode> },
|
||||||
{ "bhkBlendController", &construct<bhkBlendController, RC_bhkBlendController> },
|
{ "bhkBlendController", &construct<bhkBlendController, RC_bhkBlendController> },
|
||||||
{ "NiFloatInterpolator", &construct<NiFloatInterpolator, RC_NiFloatInterpolator> },
|
{ "NiFloatInterpolator", &construct<NiFloatInterpolator, RC_NiFloatInterpolator> },
|
||||||
{ "NiBoolInterpolator", &construct<NiBoolInterpolator, RC_NiBoolInterpolator> },
|
{ "NiBoolInterpolator", &construct<NiBoolInterpolator, RC_NiBoolInterpolator> },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user