joker
Vars | |
flipped | Whether or not the card is currently flipped. |
---|---|
flipside_default_raw_text | The flipped version of default_raw_text. |
flipside_input_field_count | Flipside version of input_field_count |
flipside_raw_field_input_data | Flipside version of raw_field_input_data. |
flipside_raw_stamp_data | Flipside version of raw_stamp_data. |
flipside_raw_text_inputs | Flipside version of raw_text_inputs. |
Procs | |
add_flipside_raw_text | This is an unironic copy-paste of add_raw_text(), meant to have the same functionalities, but for the flipside. |
Var Details
flipped
Whether or not the card is currently flipped.
flipside_default_raw_text
The flipped version of default_raw_text.
flipside_input_field_count
Flipside version of input_field_count
flipside_raw_field_input_data
Flipside version of raw_field_input_data.
flipside_raw_stamp_data
Flipside version of raw_stamp_data.
flipside_raw_text_inputs
Flipside version of raw_text_inputs.
Proc Details
add_flipside_raw_text
This is an unironic copy-paste of add_raw_text(), meant to have the same functionalities, but for the flipside.
This simple helper adds the supplied raw text to the flipside of the paper, appending to the end of any existing contents.
This a God proc that does not care about paper max length and expects sanity checking beforehand if you want to respect it.
The caller is expected to handle updating icons and appearance after adding text, to allow for more efficient batch adding loops.
- Arguments:
- text - The text to append to the paper.
- font - The font to use.
- color - The font color to use.
- bold - Whether this text should be rendered completely bold.