Adding log.gd

This commit is contained in:
Dan Baker 2024-05-02 09:36:31 +01:00
parent eb32d6614e
commit 4522259397
547 changed files with 46844 additions and 0 deletions

View file

@ -0,0 +1,9 @@
[table=2]
[cell][b] type [/b][/cell]|[cell][b] description[/b][/cell]
[cell]--------------[/cell]|[cell]--------------------------------------------[/cell]
[cell]any_color() [/cell]|[cell] Argument matcher to match any Color value[/cell]
[cell]any_vector2() [/cell]|[cell] Argument matcher to match any Vector2 value[/cell]
[cell]any_vector3() [/cell]|[cell] Argument matcher to match any Vector3 value[/cell]
[cell]any_rect2() [/cell]|[cell] Argument matcher to match any Rect2 value[/cell]
[/table]