Remove ' \'
This commit is contained in:
parent
37da7a8a41
commit
14b5989f26
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ Short examples: \
|
|||
`true` -> `'true'` \
|
||||
`Vector2(69.064, PI)` -> `'x=69.064 y=3.14159265358979'` \
|
||||
`"This is a test string"` -> `'"This is a test string"'` \
|
||||
Full example: \
|
||||
Full example:
|
||||
```
|
||||
Code:
|
||||
logger.diag(stringify_variables("Triggered %trigger% (pos=%position%, successful=%success%)", { "trigger": "shoot", "position": Vector2(5156.149, 581.69), "success": true }))
|
||||
|
|
Loading…
Reference in a new issue