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

support overloaded commands #29

Open
Tracked by #170
x87 opened this issue Apr 7, 2021 · 1 comment
Open
Tracked by #170

support overloaded commands #29

x87 opened this issue Apr 7, 2021 · 1 comment
Milestone

Comments

@x87
Copy link
Contributor

x87 commented Apr 7, 2021

02CF START_SCRIPT_FIRE => ScriptFire.Create(x: float, y: float: z: float)
0325 START_CAR_FIRE => ScriptFire.Create(handle: Car)
0326 START_CHAR_FIRE => ScriptFire.Create(handle: Char)

@x87 x87 added this to the v4 milestone Apr 7, 2021
@x87 x87 modified the milestones: v4, v5 May 5, 2021
@x87
Copy link
Contributor Author

x87 commented Feb 21, 2022

in JavaScript this can be solved by inspecting the input argument (typeof).

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

1 participant