UE2:AIScript (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:10, 17 May 2008 by Wormbo (talk | contribs) (Auto-generated page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
U2XMP Object >> Actor >> Keypoint >> AIScript
Package:
Engine
This class in other games:

AIScript - used by Level Designers to specify special AI scripts for pawns placed in a level, and to change which type of AI controller to use for a pawn. AIScripts can be shared by one or many pawns. Game specific subclasses of AIScript will have editable properties defining game specific behavior and AI This is a built-in Unreal class and it shouldn't be modified.

Properties

Property group 'AIScript'

ControllerClass

Type: class<AIController>


NextScriptTag

Type: name

Tag of next ScriptedSequence

SkillModifier

Type: float

skill modifier (same scale as game difficulty)

Internal variables

NextScript

Type: AIScript


Instance functions

SpawnControllerFor

function SpawnControllerFor (Pawn P)