Type Casting/Conversion Function Category
Functions that convert one variable type to another variable type.
Functions
| Name | Brief Description |
|---|---|
| AngleToVector | Converts an angle into a vector. |
| FloatToInt | Converts a number with a decimal into a number without one. |
| FloatToString | Converts a float into a string. |
| IntToFloat | This function converts an int to a float of the same value. |
| IntToHexString | This function converts an int to a string representation of the same hexadecimal value. |
| IntToString | This function converts an int to a string representation of the same value. |
| IPGetDamagePowerConstantFromNumber | Converts a number to a damage power constant |
| RoundsToSeconds | Converts a number of rounds into seconds. |
| StringToFloat | Converts a string into a floating point number. |
| StringToInt | Converts a string to an integer. |
| TalentFeat | Creates a talent that corresponds to an associated D&D feat. |
| TurnsToSeconds | Convert turns into seconds. |
| VectorToAngle | Converts a vector variable to an angle. |
| VectorToString | Turn a vector into a string. |
| YardsToMeters | Gets the number of meters in a number of yards. |