| 349 | //---------------------------------------------------------------------------- |
| 350 | |
| 351 | void PathShape::onNode(S32 node) |
| 352 | { |
| 353 | if (!isGhost()) |
| 354 | { |
| 355 | Con::executef(mDataBlock, "onNode", getIdString(), Con::getIntArg(node)); |
| 356 | Con::executef(mDataBlock, mSpline.getKnot(node)->mHitCommand.c_str(), getIdString()); |
| 357 | } |
| 358 | } |
| 359 | |
| 360 | |
| 361 | //---------------------------------------------------------------------------- |