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
SystemObject
  Sandbox.ModAPIMyAPIUtilities

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 propertyIMyGamePathsContentPath
Explicit interface implementationPrivate propertyIMyGamePathsModsPath
Explicit interface implementationPrivate propertyIMyGamePathsSavesPath
Explicit interface implementationPrivate propertyIMyGamePathsUserDataPath
Explicit interface implementationPrivate propertyIMyUtilitiesConfigDedicated
Explicit interface implementationPrivate methodIMyUtilitiesCreateNotification
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 methodIMyUtilitiesDeleteFileInGlobalStorage
Explicit interface implementationPrivate methodIMyUtilitiesDeleteFileInLocalStorage
Explicit interface implementationPrivate methodIMyUtilitiesFileExistsInGlobalStorage
Explicit interface implementationPrivate methodIMyUtilitiesFileExistsInLocalStorage
Explicit interface implementationPrivate propertyIMyUtilitiesGamePaths
Explicit interface implementationPrivate methodIMyUtilitiesGetObjectiveLine
Explicit interface implementationPrivate methodIMyUtilitiesGetTypeName
Explicit interface implementationPrivate methodIMyUtilitiesGetVariableT
Explicit interface implementationPrivate methodIMyUtilitiesInvokeOnGameThread
Explicit interface implementationPrivate propertyIMyUtilitiesIsDedicated
Explicit interface implementationPrivate eventIMyUtilitiesMessageEntered
Explicit interface implementationPrivate methodIMyUtilitiesReadBinaryFileInGlobalStorage
Explicit interface implementationPrivate methodIMyUtilitiesReadBinaryFileInLocalStorage
Explicit interface implementationPrivate methodIMyUtilitiesReadFileInGlobalStorage
Explicit interface implementationPrivate methodIMyUtilitiesReadFileInLocalStorage
Explicit interface implementationPrivate methodIMyUtilitiesSendMessage
Explicit interface implementationPrivate methodIMyUtilitiesSerializeFromXMLT
Explicit interface implementationPrivate methodIMyUtilitiesSerializeToXMLT
Explicit interface implementationPrivate methodIMyUtilitiesSetVariableT
Explicit interface implementationPrivate methodIMyUtilitiesShowMessage
Explicit interface implementationPrivate methodIMyUtilitiesShowMissionScreen
Explicit interface implementationPrivate methodIMyUtilitiesShowNotification
Explicit interface implementationPrivate methodIMyUtilitiesWriteBinaryFileInGlobalStorage
Explicit interface implementationPrivate methodIMyUtilitiesWriteBinaryFileInLocalStorage
Explicit interface implementationPrivate methodIMyUtilitiesWriteFileInGlobalStorage
Explicit interface implementationPrivate methodIMyUtilitiesWriteFileInLocalStorage
Top
See Also