Unofficial LSL Reference

[[functions:template]]


Unofficial LSL reference

User Tools

Login

You are currently not logged in! Enter your authentication credentials below to log in. You need to have cookies enabled to log in.

Login

Forgotten your password? Get a new one: Set new password

Function: @PAGE@

type @PAGE@(type name, type name2)

Parameters

name

Does such-and-such.

name2

Does the other thing.

Return value

The value it returns.

Notes

  • Beware of this and that.

Short examples

@PAGE@(1, 2); // will do xxx

Complete examples

@PAGE@-example.lsl
default
{
    state_entry()
    {
        @PAGE@(1, 2);
    }
}

See also