Forgot? Join

Scripting

LSL Guide

Every script function this grid actually runs, read straight from the region software rather than copied from a wiki — including the wolf* functions that exist only here.

Functions · Constants

llEdgeOfWorld

LSL
integer llEdgeOfWorld(vector pos, vector dir)

Checks to see whether the border hit by Direction from Position is the edge of the world (has no neighboring region).\ Returns TRUE if the line along Direction from Position hits the edge of the world in the current simulator, returns FALSE if that edge crosses into another simulator.

Parameters

TypeName
vector pos
vector dir
Energy 10

The Linden Scripting Library — what every SL-compatible grid provides.

More in LSL