Kit Documentation
Kit Documentation
Kit Reference
Kit.Modding Namespaces
Kit.Modding
ModManager Class
ModManager Methods
AddGroup Method
ClearCache Method
DisableMod Method
EnableMod Method
ExecuteScripts Method
ExecuteScriptsAsync Method
GetModdingPath Method
GetModOrder Method
GetModOrderInGroup Method
GetModPathsByGroup Method
GetModsByGroup Method
GetResourceInfo Method
IsModEnabled Method
Load Method
LoadAll Method
LoadAllAsync Method
LoadAsync Method
LoadMods Method
LoadModsAsync Method
MoveModBottom Method
MoveModDown Method
MoveModOrder Method
MoveModTop Method
MoveModUp Method
ReadBytes Method
ReadBytesAll Method
ReadBytesAllAsync Method
ReadBytesAsync Method
ReadText Method
ReadTextAll Method
ReadTextAllAsync Method
ReadTextAsync Method
RemoveGroup Method
ToggleMod Method
Unload Method
UnloadAll Method
UnloadMod Method
UnloadMods Method
ModManager
MoveModOrder Method
Move a mod to a particular index.
Namespace:
Kit.Modding
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
Copy
public
static
void
MoveModOrder
(
Mod
mod
,
int
index
)
Request Example
View Source
Parameters
mod
Type:
Kit.Modding
Mod
The mod to move.
index
Type:
System
Int32
Index to move to.
See Also
Reference
ModManager Class
Kit.Modding Namespace
Send comments on this topic to
agam@frag-games.com