Project

General

Profile

Me (Top-Level Object)

Description

Retrieves the active player character object.

Forms

Notes

The Me TLO will allow you to access all of the information offered by the character Data Type

Examples

  • echo ${Me.FName}

.NET C# Examples

To get your name.

  • Ext.Me().FName;

To get your X location.

  • Ext.Me().X;

To get your Targets name.

  • Ext.Me().Target;

To get your class.

  • Ext.Me().Class;

To get your Defensive Targets name.

  • Ext.Me().DTarget;