Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[0.4.4] Default value isn't enough to consider argument optional #29

Closed
Xymanek opened this issue Dec 24, 2019 · 1 comment
Closed

[0.4.4] Default value isn't enough to consider argument optional #29

Xymanek opened this issue Dec 24, 2019 · 1 comment

Comments

@Xymanek
Copy link

Xymanek commented Dec 24, 2019

native final function SetPos(float PosX, float PosY, float PosZ=0.0);

image

Canvas.SetPos(4, out_YPos);

image

The UC compiler obviously considers this fine, so perhaps downgrade it to a suggestion or something?

@EliotVU
Copy link
Owner

EliotVU commented Dec 24, 2019

Fixed by commit 08f898e

@EliotVU EliotVU closed this as completed Dec 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants