IModAssetInfoAssetIndexValue Property |
Get the array indexing value for the mod asset.
This value is only set when array indexing syntax is appended to the asset name. For example: 'myMaterialAsset[3]'.
In this example the returned value would be '3'.
If array indexing syntax is not present in the asset name then a default value of '-1' will be returned.
Namespace:
UMod
Assembly:
UMod-Interface (in UMod-Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax int AssetIndexValue { get; }
Property Value
Type:
Int32See Also