template <typename TFunction>
void ForeachUnresolvedReferenceLut(
TFunction function
);
| Name | Description |
|---|---|
TFunction |
The type of the function (object) that takes ResIndexStream as an argument. |
| Name | Description | |
|---|---|---|
| in | function | The function (object) to apply. |
All ResLookupTable objects inside ResGraphicsFile are traversed, and TFunction is applied if a ReferenceLookupTable remains unresolved.
CONFIDENTIAL