Recent changes Random page
GAMING
Gaming
 
WoWWiki
Diablo Wiki
Fallout-The Vault
Grand Theft Wiki
Halopedia
StarCraft Wiki
FFXIclopedia
Resident Evil Wiki
See more...

GetPosition

From NWNWiki

Jump to: navigation, search

GetPosition(object) returns the position, as vector, of an object.

vector GetPosition(
    object oObject
);

Contents

[edit] Parameters

object oObject

The object to return the position of.

[edit] Description

Returns as vector the position of the object passed. If the object is invalid, or on any other errors, a vector Vector(0.0f, 0.0f, 0.0f) is returned.

[edit] Version

1.61

[edit] See also

Functions: GetPositionFromLocation Location

Based on the article by author Tom Cassiotis in The NWN Lexicon

Rate this article:
Share this article: