# Functions

FromInt creates an IntOrString object with an int32 value.
FromInt32 creates an IntOrString object with an int32 value.
FromString creates an IntOrString object with a string value.
GetScaledValueFromIntOrPercent is meant to replace GetValueFromIntOrPercent.
GetValueFromIntOrPercent was deprecated in favor of GetScaledValueFromIntOrPercent.
Parse the given string and try to convert it to an int32 integer before setting it as a string value.
No description provided by the author

# Constants

The IntOrString holds an int.
The IntOrString holds a string.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

IntOrString is a type that can hold an int32 or a string.

# Type aliases

Type represents the stored type of IntOrString.