Kit Documentation
Kit Documentation
Kit Reference
Kit.Modding Namespaces
Kit.Modding.Loaders
AssetBundleModLoader Class
AssetBundleModLoader Methods
LoadMod Method
LoadModAsync Method
AssetBundleModLoader
LoadModAsync Method
Load a mod asynchronously.
Namespace:
Kit.Modding.Loaders
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
Copy
public
UniTask
<
Mod
>
LoadModAsync
(
string
path
)
Request Example
View Source
Parameters
path
Type:
System
String
Path to a mod.
Return Value
Type:
UniTask
Mod
Reference to the
Mod
, or
if it could not be loaded.
Implements
IModLoader
LoadModAsync(String)
See Also
Reference
AssetBundleModLoader Class
Kit.Modding.Loaders Namespace
Send comments on this topic to
agam@frag-games.com