this

Category: Objects
Since engine version: 1.0 OC

Description

Returns a pointer to the object in the scope of which the script is currently being executed.

Syntax

object this

Remark

The parameter brackets can be omitted.

Example

var myid;
myid = this->GetID();
Stores the ID of the calling object in the thread local variable myid.
jwk, 2002-04