Difference between revisions of "IsActorsAIOff"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Ez0n3
imported>Ez0n3
 
Line 4: Line 4:
  |name = IsActorsAIOff
  |name = IsActorsAIOff
  |referenceType = [Actor]
  |referenceType = [Actor]
|returnVal = 0, 1
  |returnType = int
  |returnType = int
  |example = BuddyRef.IsActorsAIOff
  |example = BuddyRef.IsActorsAIOff

Latest revision as of 07:40, 11 January 2011

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

A function included in the GECK Version 1.1.0.262 for Fallout: New Vegas.

Description

Returns 1 if the calling actor's AI has been turned off.

Syntax

[help]
(0, 1:int) [Actor].IsActorsAIOff

Example

BuddyRef.IsActorsAIOff

See Also