pokeplatinum/generated/string_padding_mode.txt
Eduardo Quezada 26df8623d5
Some Villa documentation (#487)
* Start documenting Villa

* Stopping for now
2025-04-24 16:49:49 -07:00

4 lines
265 B
Plaintext

# Control codes for how to pad numeric strings.
PADDING_MODE_NONE # Do not pad the string. Effectively left-justification.
PADDING_MODE_SPACES # Right-justify the string, padding with spaces.
PADDING_MODE_ZEROES # Right-justify the string, padding with zeroes.