godot/modules/gdscript/tests/scripts/analyzer/errors/utility_functions.gd

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
115 B
GDScript3
Raw Permalink Normal View History

func test():
print(floor(Color())) # Built-in utility function.
print(len(Color())) # GDScript utility function.