Show / Hide Table of Contents

Interface IMyModContext

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game.dll
Syntax
public interface IMyModContext

Properties

IsBaseGame

Declaration
bool IsBaseGame { get; }
Property Value
Type Description
System.Boolean

ModId

Declaration
string ModId { get; }
Property Value
Type Description
System.String

ModItem

Declaration
MyObjectBuilder_Checkpoint.ModItem ModItem { get; }
Property Value
Type Description
MyObjectBuilder_Checkpoint.ModItem

ModName

Declaration
string ModName { get; }
Property Value
Type Description
System.String

ModPath

Declaration
string ModPath { get; }
Property Value
Type Description
System.String

ModPathData

Declaration
string ModPathData { get; }
Property Value
Type Description
System.String

ModServiceName

Declaration
string ModServiceName { get; }
Property Value
Type Description
System.String
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾