SetVisualSettingFloat
DocsSetVisualSettingFloat(name, value)Description
Overrides a floating point value from visualsettings.dat temporarily.
Parameters
| Name | Type | Description |
|---|---|---|
name | char* | The name of the value to set, such as `pedLight.color.red`. |
value | float | The value to write. |
Returns
voidThis native does not return a value.