Summary
public bool Write(string variableName, int value)
Returns
bool
Parameters
Summary
public bool Write(string variableName, long value)
Returns
bool
Parameters
Summary
public bool Write(string variableName, bool value)
Returns
bool
Parameters
Summary
public bool Write(string variableName, float value)
Returns
bool
Parameters
Summary
public bool Write(string variableName, string value)
Returns
bool
Parameters
Summary
public bool Write(string variableName, Vector3D value)
Returns
bool
Parameters
Summary
public bool Write(string variableName, List<int> value)
Returns
bool
Parameters
Summary
public bool Write(string variableName, List<long> value)
Returns
bool
Parameters
Summary
public bool Write(string variableName, List<bool> value)
Returns
bool
Parameters
Summary
public bool Write(string variableName, List<float> value)
Returns
bool
Parameters
Summary
public bool Write(string variableName, List<string> value)
Returns
bool
Parameters
Summary
public bool Write(string variableName, List<Vector3D> value)
Returns
bool
Parameters