Table of Contents

Start Functions Events Constants Types Language Articles

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

Short examples

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

Complete examples

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

See also