GetParentWorldspace

From GECK
Jump to: navigation, search


A function added by the Fallout Script Extender.

Description

Returns the parent WorldSpace of the calling reference (also known as the WorldSpace which the reference is in).

Syntax

[help]
(worldSpace:baseForm) reference.GetParentWorldspace 

Or:

(worldSpace:baseForm) reference.gpw

Example

set rWorldspace to Player.GetParentWorldspace 

See Also