Struct LoadingInfo
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: LLBML
Assembly: LLBModdingLib.dll
Syntax
public struct LoadingInfo
Constructors
LoadingInfo(String, Boolean)
Declaration
public LoadingInfo(string _message, bool _showScreen)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | _message | |
| System.Boolean | _showScreen |
Fields
message
Declaration
public string message
Field Value
| Type | Description |
|---|---|
| System.String |
showScreen
Declaration
public bool showScreen
Field Value
| Type | Description |
|---|---|
| System.Boolean |