| 433 | } |
| 434 | |
| 435 | static int CheckForTexture(const FString& name, int type, int flags) |
| 436 | { |
| 437 | return TexMan.CheckForTexture(name.GetChars(), static_cast<ETextureType>(type), flags).GetIndex(); |
| 438 | } |
| 439 | |
| 440 | DEFINE_ACTION_FUNCTION_NATIVE(_TexMan, CheckForTexture, CheckForTexture) |
| 441 | { |
no test coverage detected