Background for Skyrim SE
Member of the LibFire script
stringfunctionFormatFloat(stringasFormat, float[]argValues)NativeGlobal

Description

Documentation Comment

Replaces {} tokens in asFormat with argValues (supports up to 9 values)
Note: Arrays exceeding the maximum number of values will be truncated.
Syntax: https://fmt.dev/latest/syntax.html


Caveats


Parameters

stringasFormat

float[]argValues


Examples

Auto-Generated Example

string myString__asFormat
float[] myFloatArray__argValues

string returnedValue = LibFire.FormatFloat(myString__asFormat, myFloatArray__argValues)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.