forked from pclewis/lslint
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels