GetMyArea(object)

Retrieves the tag for the area of an object.

string GetMyArea(
    object oThing = OBJECT_SELF
);

Parameters

oThing

Object to get the area tag of. (Default: OBJECT_SELF)


Description

Returns the string tag for the area in which oThing is contained.



Requirements

#include "nw_i0_henchman"

Version

1.29

See Also

categories: Area Functions


 author: Charles Feduke