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

Feature Request: OSSL, Overloaded function ossl #108

Open
zaher opened this issue May 21, 2023 · 1 comment
Open

Feature Request: OSSL, Overloaded function ossl #108

zaher opened this issue May 21, 2023 · 1 comment

Comments

@zaher
Copy link

zaher commented May 21, 2023

lslint now allow overloaded function, In builtins ossl functions

void osTeleportAgent( key agent, string regionName, vector position, vector lookat )
void osTeleportAgent( key agent, integer regionX, integer regionY, vector position, vector lookat )
void osLocalTeleportAgent(string agent, vector position, vector lookat)
void osLocalTeleportAgent(key agentID, vector newPosition, vector newVelocity, vector newLookat, integer optionFlags)

I got this error

ERROR:: (  0,  0): `osTeleportAgent' is a library function name, and cannot be used as a user function name.
ERROR:: (  0,  0): `osTeleportAgent' is a library function name, and cannot be used as a user function name.
ERROR:: (  0,  0): `osLocalTeleportAgent' is a library function name, and cannot be used as a user function name.
@Sei-Lisa
Copy link

Sei-Lisa commented May 23, 2023 via email

@zaher zaher changed the title Overloaded function ossl Feature Request: OSSL, Overloaded function ossl May 23, 2023
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