GetBaseObject
Revision as of 06:02, 26 April 2015 by imported>Odessa (expanded and added comparison to GetBaseForm)
< [[::Category:Functions|Category:Functions]]
A function added by the Fallout Script Extender.
Description
Returns the base object id of the calling reference
Syntax
(ref) ref.GetBaseObject
Or:
(ref) ref.gbo
Example
SunnyREF.gbo ; # returns GSSunnySmiles
Notes
- Will return the leveled character/creature form if called on references spawned by one. Use GetBaseForm to return the NPC/creature base form instead.