IModAssetInfoIsAlive Property |
It is possible for a
IModAsset to outlive a mod host in which case the asset it was referencing becomes unavailable.
This property will return true if the asset is alive and loadable indicating that the mod host owning the assets is also still loaded.
Load requests issued while an asset is not alive will result in a exception being thrown.
Namespace:
UMod
Assembly:
UMod-Interface (in UMod-Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax See Also