Difference between revisions of "GetBaseObject"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
imported>Haama
m (Formatting)
Line 1: Line 1:
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]]
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]]
Returns the base object of that reference.


'''Syntax:'''
'''Syntax:'''
  [''Ref.'']GetBaseObject
  [''Ref.'']GetBaseObject


Returns the base object of that reference.
==Notes==
 
* As of v12, using this function without a reference returns the base object of the calling object.
As of v12, using this function without a reference returns the base object of the calling object.


<!--[[Category: OBSE Functions]]
<!--[[Category: OBSE Functions]]

Revision as of 16:59, 13 September 2007

A command for Oblivion Script Extender

Returns the base object of that reference.

Syntax:

[Ref.]GetBaseObject

Notes

  • As of v12, using this function without a reference returns the base object of the calling object.