nw::gfx::res::ResGraphicsFile::ForeachModel Member Function
template <typename TFunction>
void ForeachModel(
TFunction function
);
template <typename TFunction>
void ForeachModel(
TFunction * function
);
| ForeachModel ( TFunction ) | Goes though all ResModel in ResGraphicsFile, applying TFunction. |
| ForeachModel ( TFunction * ) | Goes though all ResModel in ResGraphicsFile, applying TFunction. This is a special version of the pointer. |
Goes though all ResModel in ResGraphicsFile, applying TFunction.
Goes though all ResModel in ResGraphicsFile, applying TFunction. This is a special version of the pointer.
CONFIDENTIAL