Makopo/lslint

Feature Request: OSSL, Overloaded function ossl

Opened this issue · 1 comments

zaher commented

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.