Usage

Object syntax: this.varname, this.functionname()

Explanation

The this object refers to the current object, depending upon the current context:


The this object is often used for static variable storage inside a database NPC. The "Edit Flags" option in RC when right-clicking a Database NPC lists the currently set this. flags.

Example

function onCreated()
{
  this.variable = "magic";

  echo("I am " @ this.variable);
}

... echoes "I am magic".

Categories

CategoryBuiltInVariable
CategoryVariablePrefix

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki