terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ AssetIsValid< T >()

bool Terraria.GameContent.VanillaContentValidator.AssetIsValid< T > ( T content,
string contentPath,
[Out] IRejectionReason rejectReason )
inline

Implements ReLogic.Content.IContentValidator.

Type Constraints
T :class 

Definition at line 33 of file VanillaContentValidator.cs.

33 : class
34 {
35 if (content != null)
36 {
37 }
38 Dictionary<string, VanillaContentValidator.TextureMetaData> info = this._info;
39 bool flag;
40 return flag;
41 }
Dictionary< string, VanillaContentValidator.TextureMetaData > _info

References Terraria.GameContent.VanillaContentValidator._info, and System.info.