Click or drag to resize

ModAssetsHasAsset Method

Returns true if any loaded mod conatins an asset with the specified name.

Namespace:  UMod
Assembly:  UMod (in UMod.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static bool HasAsset(
	string name
)

Parameters

name
Type: SystemString
The name of the asset to look for

Return Value

Type: Boolean
True if the asset exists
See Also