Table of Contents

Interface IScriptValue

Namespace
KSP.ScriptInterop
Assembly
Assembly-CSharp.dll
public interface IScriptValue
Extension Methods

Properties

IsNil

bool IsNil { get; }

Property Value

bool

Methods

ToObject(Type)

object ToObject(Type dotNetType = null)

Parameters

dotNetType Type

Returns

object

ToReference<T>()

T? ToReference<T>() where T : struct

Returns

T?

Type Parameters

T

ToString()

string ToString()

Returns

string

ToString(FormatOptions)

string ToString(FormatOptions options)

Parameters

options FormatOptions

Returns

string

ToValue<T>()

T ToValue<T>()

Returns

T

Type Parameters

T