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

This is an old revision of the document!


Function: @PAGE@

type @PAGE@(type name, type name2)

Parameters

name
Does such-and-such.
name2
Does the other thing.

Result

The result value.

Examples

This example illustrates the use of @PAGE@:

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

See also