Click or drag to resize
MyAPIUtilities Class

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:Sandbox.ModAPI.MyAPIUtilities"]

Inheritance Hierarchy
System.Object
  Sandbox.ModAPI.MyAPIUtilities

Namespace: Sandbox.ModAPI
Assembly: Sandbox.Game (in Sandbox.Game.dll) Version: 0.1.5991.32293
Syntax
C#
public class MyAPIUtilities : IMyUtilities, 
	IMyGamePaths

The MyAPIUtilities type exposes the following members.

Constructors
  NameDescription
Public methodMyAPIUtilities
Initializes a new instance of the MyAPIUtilities class
Top
Methods
  NameDescription
Public methodEnterMessage
Top
Events
  NameDescription
Public eventMessageEntered
Top
Fields
  NameDescription
Public fieldStatic memberStatic
Public fieldVariables
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyIMyGamePaths.ContentPath
Explicit interface implementationPrivate propertyIMyGamePaths.ModsPath
Explicit interface implementationPrivate propertyIMyGamePaths.SavesPath
Explicit interface implementationPrivate propertyIMyGamePaths.UserDataPath
Explicit interface implementationPrivate propertyIMyUtilities.ConfigDedicated
Explicit interface implementationPrivate methodIMyUtilities.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.
Explicit interface implementationPrivate methodIMyUtilities.DeleteFileInGlobalStorage
Explicit interface implementationPrivate methodIMyUtilities.DeleteFileInLocalStorage
Explicit interface implementationPrivate methodIMyUtilities.FileExistsInGlobalStorage
Explicit interface implementationPrivate methodIMyUtilities.FileExistsInLocalStorage
Explicit interface implementationPrivate propertyIMyUtilities.GamePaths
Explicit interface implementationPrivate methodIMyUtilities.GetObjectiveLine
Explicit interface implementationPrivate methodIMyUtilities.GetTypeName
Explicit interface implementationPrivate methodIMyUtilities.GetVariable<T>
Explicit interface implementationPrivate methodIMyUtilities.InvokeOnGameThread
Explicit interface implementationPrivate propertyIMyUtilities.IsDedicated
Explicit interface implementationPrivate eventIMyUtilities.MessageEntered
Explicit interface implementationPrivate methodIMyUtilities.ReadBinaryFileInGlobalStorage
Explicit interface implementationPrivate methodIMyUtilities.ReadBinaryFileInLocalStorage
Explicit interface implementationPrivate methodIMyUtilities.ReadFileInGlobalStorage
Explicit interface implementationPrivate methodIMyUtilities.ReadFileInLocalStorage
Explicit interface implementationPrivate methodIMyUtilities.SendMessage
Explicit interface implementationPrivate methodIMyUtilities.SerializeFromXML<T>
Explicit interface implementationPrivate methodIMyUtilities.SerializeToXML<T>
Explicit interface implementationPrivate methodIMyUtilities.SetVariable<T>
Explicit interface implementationPrivate methodIMyUtilities.ShowMessage
Explicit interface implementationPrivate methodIMyUtilities.ShowMissionScreen
Explicit interface implementationPrivate methodIMyUtilities.ShowNotification
Explicit interface implementationPrivate methodIMyUtilities.WriteBinaryFileInGlobalStorage
Explicit interface implementationPrivate methodIMyUtilities.WriteBinaryFileInLocalStorage
Explicit interface implementationPrivate methodIMyUtilities.WriteFileInGlobalStorage
Explicit interface implementationPrivate methodIMyUtilities.WriteFileInLocalStorage
Top
See Also