IMyUtilities Interface |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:VRage.Game.ModAPI.IMyUtilities"]
Namespace: VRage.Game.ModAPI
public interface IMyUtilities
The IMyUtilities type exposes the following members.
Name | Description | |
---|---|---|
ConfigDedicated | ||
GamePaths | ||
IsDedicated |
Name | Description | |
---|---|---|
CreateNotification |
Create a notification object.
The object needs to have Show() called on it to be shown.
On top of that you can dynamically change the text, font and adjust the time to live.
| |
DeleteFileInGlobalStorage | ||
DeleteFileInLocalStorage | ||
FileExistsInGlobalStorage | ||
FileExistsInLocalStorage | ||
GetObjectiveLine | ||
GetTypeName | ||
GetVariableT | ||
InvokeOnGameThread | ||
ReadBinaryFileInGlobalStorage | ||
ReadBinaryFileInLocalStorage | ||
ReadFileInGlobalStorage | ||
ReadFileInLocalStorage | ||
SendMessage | ||
SerializeFromXMLT | ||
SerializeToXMLT | ||
SetVariableT | ||
ShowMessage | ||
ShowMissionScreen | ||
ShowNotification | ||
WriteBinaryFileInGlobalStorage | ||
WriteBinaryFileInLocalStorage | ||
WriteFileInGlobalStorage | ||
WriteFileInLocalStorage |
Name | Description | |
---|---|---|
MessageEntered |