Interface IScriptValue
- Namespace
- KSP.ScriptInterop
- Assembly
- Assembly-CSharp.dll
public interface IScriptValue
- Extension Methods
Properties
IsNil
bool IsNil { get; }
Property Value
Methods
ToObject(Type)
object ToObject(Type dotNetType = null)
Parameters
dotNetTypeType
Returns
ToReference<T>()
T? ToReference<T>() where T : struct
Returns
- T?
Type Parameters
T
ToString()
string ToString()
Returns
ToString(FormatOptions)
string ToString(FormatOptions options)
Parameters
optionsFormatOptions
Returns
ToValue<T>()
T ToValue<T>()
Returns
- T
Type Parameters
T