TextParameterSet class
text.TextParameterSet
Inheritance
Base: IScriptable
Derived
None.
Properties
None.
Functions
void Internal_AddString(string value, string? key)RTTIvoid Internal_UpdateString(int index, string value)RTTIvoid Internal_UpdateStringKey(string key, string value)RTTIvoid Internal_AddLocalizedString(string valueLocKey, string? key)RTTIvoid Internal_UpdateLocalizedString(int index, string valueLocKey)RTTIvoid Internal_UpdateLocalizedStringKey(string key, string valueLocKey)RTTIvoid Internal_AddLocalizedName(CName valueLocKey, string? key)RTTIvoid Internal_UpdateLocalizedName(int index, CName valueLocKey)RTTIvoid Internal_UpdateLocalizedNameKey(string key, CName valueLocKey)RTTIvoid Internal_AddInteger(int value, string? key)RTTIvoid Internal_UpdateInteger(int index, int value)RTTIvoid Internal_UpdateIntegerKey(string key, int value)RTTIvoid Internal_AddFloat(float value, string? key)RTTIvoid Internal_UpdateFloat(int index, float value)RTTIvoid Internal_UpdateFloatKey(string key, float value)RTTIvoid Internal_AddMeasurement(float value, EMeasurementUnit valueUnit, string? key)RTTIvoid Internal_UpdateMeasurement(int index, float value, EMeasurementUnit valueUnit)RTTIvoid Internal_UpdateMeasurementKey(string key, float value, EMeasurementUnit valueUnit)RTTIvoid Internal_AddTime(int valueSeconds, string? key)RTTIvoid Internal_UpdateTime(int index, int valueSeconds)RTTIvoid Internal_UpdateTimeKey(string key, int valueSeconds)RTTIvoid Internal_AddNCGameTime(int valueSeconds, string? key)RTTIvoid Internal_AddCurrentDate(string? key)RTTIvoid Internal_UpdateCurrentDate(int index)RTTIvoid Internal_UpdateCurrentDateKey(string key)RTTIvoid Internal_SetAsyncFormat(bool value)RTTIvoid AddString(string value)RTTIvoid AddString(string key, string value)RTTIvoid UpdateString(int index, string value)RTTIvoid UpdateString(string key, string value)RTTIvoid AddLocalizedString(string valueLocKey)RTTIvoid AddLocalizedString(string key, string valueLocKey)RTTIvoid UpdateLocalizedString(int index, string valueLocKey)RTTIvoid UpdateLocalizedString(string key, string valueLocKey)RTTIvoid AddLocalizedName(CName valueLocKey)RTTIvoid AddLocalizedName(string key, CName valueLocKey)RTTIvoid UpdateLocalizedName(int index, CName valueLocKey)RTTIvoid UpdateLocalizedName(string key, CName valueLocKey)RTTIvoid AddNumber(int value)RTTIvoid AddNumber(string key, int value)RTTIvoid UpdateNumber(int index, int value)RTTIvoid UpdateNumber(string key, int value)RTTIvoid AddNumber(float value)RTTIvoid AddNumber(string key, float value)RTTIvoid UpdateNumber(int index, float value)RTTIvoid UpdateNumber(string key, float value)RTTIvoid AddMeasurement(float value, EMeasurementUnit valueUnit)RTTIvoid AddMeasurement(string key, float value, EMeasurementUnit valueUnit)RTTIvoid UpdateMeasurement(int index, float value, EMeasurementUnit valueUnit)RTTIvoid UpdateMeasurement(string key, float value, EMeasurementUnit valueUnit)RTTIvoid AddTime(int valueSeconds)RTTIvoid AddTime(GameTime value)RTTIvoid AddTime(string key, int valueSeconds)RTTIvoid AddTime(string key, GameTime value)RTTIvoid UpdateTime(int index, int valueSeconds)RTTIvoid UpdateTime(int index, GameTime value)RTTIvoid UpdateTime(string key, int valueSeconds)RTTIvoid UpdateTime(string key, GameTime value)RTTIvoid AddNCGameTime(GameTime value)RTTIvoid AddNCGameTime(string key, GameTime value)RTTIvoid AddCurrentDate()RTTIvoid AddCurrentDate(string key)RTTIvoid UpdateCurrentDate(int index)RTTIvoid UpdateCurrentDate(string key)RTTIvoid SetAsyncFormat(bool value)RTTI