Difference between revisions of "GetCurrentAIPackage"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Jwoodward
(Removed deprecated Oblivion values)
 
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))
 
(One intermediate revision by the same user not shown)
Line 41: Line 41:


[[Category: Functions]]
[[Category: Functions]]
[[Category: Functions (GECK 1.1)]]
[[Category: AI Functions]]
[[Category: AI Functions]]
[[Category: AI Functions (GECK 1.1)]]
[[Category: Condition Functions]]
[[Category: Condition Functions]]
[[Category: Condition Functions (GECK 1.1)]]

Latest revision as of 13:17, 15 August 2009

Syntax:

ActorID.GetCurrentAIPackage 

GetCurrentAIPackage returns the following values for package types:

0 = EXPLORE
1 = FOLLOW
2 = ESCORT
3 = EAT
4 = SLEEP
5 = COMBAT
6 = DIALOGUE
7 = ACTIVATE
8 = ALARM
9 = SPECTATOR
10 = FLEE
11 = TRESPASS
12 = GREET
13 = WANDER
14 = TRAVEL
15 = ACCOMPANY
16 = USEITEMAT
17 = AMBUSH
18 = FLEE_NON_COMBAT
19 = CAST_MAGIC
20 = COMBAT_LOW
21 = GET_UP
24 = DO_NOTHING
28 = SURFACE
29 = SEARCH_FOR_ATTACKER
32 = MOVEMENT_BLOCKED
33 = USE_WEAPON
34 = DIALOGUE
35 = GUARD
36 = SANDBOX
37 = PATROL


See Also[edit | edit source]

GetCurrentAIProcedure