Skip to content

Commit

Permalink
Update Docs/INISystem.md
Browse files Browse the repository at this point in the history
Co-authored-by: Kerbiter <[email protected]>
  • Loading branch information
MahBoiDeveloper and Metadorius authored Nov 26, 2024
1 parent 667b12c commit 11b9230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/INISystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ _NOTE: Constants can only be used in [dynamic control properties](#dynamic-contr
- The `boolean` string value parses as `true` if it contains one of these symbol as first character: `t`, `y`, `1`, `a`, `e`; and if first symbol is `n`, `f`, `0`, then it parses as `false`.
- The `integer` type is actually `System.Int32`.
- The `float` type is actually `System.Single`.
- The `N integers` or `N floats` is a `integer` or `float` type values repeated `N` times, but separated with `,` character without spaces e.g., `0,0` or `0.0,0.0` respectively.
- The `N integers` or `N floats` is a `integer` or `float` type values repeated `N` times, but separated with `,` character without spaces e.g., `0,0` or `0.0,0.0` for `2 integers` or `2 floats` respectively.
- The `comma-separated strings` is a string, but separated with `,` character without spaces e.g., `one,two,three`.
<!-- - The `comma separated integers` or `comma separated floats` is a `integer` or `float` type, but separated with `,` character without spaces e.g., `0,0` or `0.0,0.0` respectively. -->

Expand Down

0 comments on commit 11b9230

Please sign in to comment.