class CNmIDSwitchNode_ _ CDefinition : public CNmIDValueNode_ _ CDefinition
{
public:
int16 m_ nSwitchValueNodeIdx;
int16 m_ nTrueValueNodeIdx;
int16 m_ nFalseValueNodeIdx;
CGlobalSymbol m_ falseValue;
CGlobalSymbol m_ trueValue;
};KV3 Class Defaults
{
_ class = "CNmIDSwitchNode::CDefinition"
m_ nNodeIdx = -1
m_ nSwitchValueNodeIdx = -1
m_ nTrueValueNodeIdx = -1
m_ nFalseValueNodeIdx = -1
m_ falseValue = ""
m_ trueValue = ""
}