Difference between revisions of "GetEyes"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>WarMachineDD7
(Created page with "{{Function |origin = FOSE1 |summary = Returns the eyes of an actor. |name = GetEyes |returnType = ref |referenceType = ActorRefID |arguments = |example = ref playerEyes...")
 
imported>DoctaSax
m
 
Line 10: Line 10:
}}
}}
[[Category:Functions_(FOSE)]]
[[Category:Functions_(FOSE)]]
==Notes==
Under NVSE, this also works on a base form with base syntax: GetEyes rBase

Latest revision as of 20:13, 20 February 2017

< [[::Category:Functions|Category:Functions]]

A function added by the Fallout Script Extender.

Description

Returns the eyes of an actor.

Syntax

[help]
(ref) ActorRefID.GetEyes

Example

ref playerEyes
set playerEyes to Player.GetEyes

Notes

Under NVSE, this also works on a base form with base syntax: GetEyes rBase