Skip to content

Commit

Permalink
Update misc-functions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JujuAdams committed Aug 13, 2024
1 parent f6df9a4 commit 759333c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions 9.0/misc-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,28 @@ The final string that Scribble will draw is equivalent to `"You find [spr_coin][
 
## `scribble_default_preprocessor_set(function)`
**Returns:** N/A (`undefined`)
|Name |Datatype|Purpose |
|----------|--------|-----------------------------------------------|
|`function`|function|Function to execute as the default preprocessor|
Please see `.preprocessor()` in the Scribble text element method documentation.
 
## `scribble_default_preprocessor_get()`
**Returns:** Function, the default processor set by `scribble_default_preprocessor_set()`
|Name|Datatype|Purpose|
|----|--------|-------|
|None| | |
 
## `scribble_whitelist_sound(sound)`
**Returns:** N/A (`undefined`)
Expand Down

0 comments on commit 759333c

Please sign in to comment.