VRage.Game
MyModContext
Assembly: VRage.Game.dll
public class MyModContext: IEquatable<MyModContext>, IMyModContext
Fields
| Member | Description |
|---|---|
| CurrentFile |
Properties
| Member | Description |
|---|---|
| static BaseGame | |
| static UnknownContext | |
| IsBaseGame | |
| ModId | |
| ModItem | |
| ModName | |
| ModPath | |
| ModPathData | |
| ModServiceName | |
| IsBaseGame | Inherited from IMyModContext |
| ModId | Inherited from IMyModContext |
| ModItem | Inherited from IMyModContext |
| ModName | Inherited from IMyModContext |
| ModPath | Inherited from IMyModContext |
| ModPathData | Inherited from IMyModContext |
| ModServiceName | Inherited from IMyModContext |
Constructors
| Member | Description |
|---|---|
| MyModContext() |
Methods
| Member | Description |
|---|---|
| Equals(MyModContext) | |
| GetHashCode() | |
| Init(ModItem) | |
| Init(MyModContext) | |
| Init(string, string, string) |
Implements: