Click or drag to resize

IGameAssetsFindWithGUID Method

[Missing <summary> documentation for "M:UMod.IGameAssets.FindWithGUID(System.String)"]

Namespace:  UMod
Assembly:  UMod-Interface (in UMod-Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
IGameAsset FindWithGUID(
	string guid
)

Parameters

guid
Type: SystemString

[Missing <param name="guid"/> documentation for "M:UMod.IGameAssets.FindWithGUID(System.String)"]

Return Value

Type: IGameAsset

[Missing <returns> documentation for "M:UMod.IGameAssets.FindWithGUID(System.String)"]

See Also