Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

U2AI.ScriptControllerInterf

Extends
Object
Modifiers
native

Core.Object
|   
+-- U2AI.ScriptControllerInterf

Direct Known Subclasses:

ScriptControllerBase

Constants Summary
Inherited Contants from Core.Object
DegreesToRadians, DegreesToRotationUnits, MaxFlt, MaxInt, MAXSEED, NoLabel, NoState, Pi, RadiansToDegrees, RF_NotifyStateChange, RotationUnitsToDegrees

Variables Summary
boolbHasScript
Inherited Variables from Core.Object
Class, Name, ObjectFlags, ObjectInternal[6], Outer

Enumerations Summary
Inherited Enumerations from Core.Object
EAlignment, ECamOrientation, ESheerAxis

Structures Summary
Inherited Structures from Core.Object
Alignment, BoundingVolume, Box, Color, ComponentHandle, Coords, Dimension, Guid, Matrix, NotifyInfo, ParticleHandle, Plane, Point, Range, RangeVector, Rectangle, Rotator, Scale, Vector

Functions Summary
function CleanupScriptController ()
function EventDebug (U2NPCControllerScriptable NPC, string EventString ))
function eventSCActorInRange (U2NPCControllerScriptable NPC ))
function eventSCActorOutOfRange (U2NPCControllerScriptable NPC ))
function eventSCAnimEnd (U2NPCControllerScriptable NPC, int Channel ))
function eventSCAutoBegin (U2NPCControllerScriptable NPC, name DestinationState, name DestinationLabel ))
function eventSCAutoEnd (U2NPCControllerScriptable NPC ))
function eventSCBumpEnemy (U2NPCControllerScriptable NPC, Pawn Other ))
function eventSCBumpFriend (U2NPCControllerScriptable NPC, Pawn Other ))
function eventSCBumpOther (U2NPCControllerScriptable NPC, Actor Other ))
function eventSCDestinationReached (U2NPCControllerScriptable NPC ))
function eventSCDialogBegin (U2NPCControllerScriptable NPC ))
function eventSCDialogUnPause (U2NPCControllerScriptable NPC ))
function eventSCDied (U2NPCControllerScriptable NPC ))
function eventSCEnemyNotVisible (U2NPCControllerScriptable NPC ))
function eventSCFinishedRotation (U2NPCControllerScriptable NPC ))
function eventSCHearNoiseFriendly (U2NPCControllerScriptable NPC, float Loudness, Actor NoiseMaker ))
function eventSCHearNoiseOther (U2NPCControllerScriptable NPC, float Loudness, Actor NoiseMaker ))
function eventSCHearNoiseThreat (U2NPCControllerScriptable NPC, float Loudness, Actor NoiseMaker ))
function eventSCInheritEnemy (U2NPCControllerScriptable NPC, Pawn NewEnemy ))
function eventSCScriptedLanding (U2NPCControllerScriptable NPC))
function eventSCSeeAlertFriend (U2NPCControllerScriptable NPC, Pawn Seen ))
function eventSCSeeEnemy (U2NPCControllerScriptable NPC, Pawn Seen ))
function eventSCSeeFriend (U2NPCControllerScriptable NPC, Pawn Seen ))
function eventSCSeeOther (U2NPCControllerScriptable NPC, Actor Seen ))
function eventSCTakeDamage (U2NPCControllerScriptable NPC, int Damage, Pawn Instigator, vector HitLocation, vector Momentum, class DamageType ))
function eventSCTookDamage (U2NPCControllerScriptable NPC, int Damage, Pawn Instigator, vector HitLocation, vector Momentum, class DamageType ))
function eventSCTrigger (U2NPCControllerScriptable NPC, Actor Other, Pawn Instigator, name EventName ))
functionstring GetCommandFile ()))
function GetDebugInformation (U2NPCControllerScriptable NPC, out array ReturnedStrings ))
functionScriptControllerInterf GetInstance (Actor ContextActor ))
function InitializeScriptController (U2NPCControllerScriptable Owner)
function SetCommandFile (string NewCommandFileName)
function SetStartLabel (string NewStartLabelName)
function StartScriptedFiring ()
Inherited Functions from Core.Object
!, !=, $, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, ?, @, @=, Ablend, AblendR, Abs, Acos, AddFlagSafe, AddTimer, AddTimerS, Asc, Asin, Atan, Atan2, BeginState, Blend, BlendR, CallFunction, CallFunctionS, CanGetProperty, CanSetProperty, Caps, Chr, Clamp, ClassIsChildOf, Constructed, Cos, Cross, DefinesFunction, DefinesFunctionS, Delete, Disable, Dot, DumpProbes, DynamicLoadObject, Enable, EndState, EnumStr, Exp, FClamp, FDecision, FileSize, FindObject, FMax, FMin, FRand, GetAxes, GetContext, GetEnum, GetLanguage, GetPropertyText, GetRand, GetStateName, GetUnAxes, GetWhiteColor, GotoLabel, GotoState, InStr, Invert, IsA, IsInState, IsProbing, Left, Len, Lerp, LineLineIntersection, Localize, Locs, Log, Loge, Max, Mid, Min, MirrorVectorByNormal, Normal, Normalize, NotifyStateChange, ObjListMemStats, OrthoRotation, ProgressSeed, Quotes, Rand, RandomSpreadVector, RandRange, RemoveAllTimers, RemoveFlagSafe, RemoveTimer, RemoveTimerS, ResetConfig, ResetLoaders, Right, RMax, RMin, RotateAngleAxis, RotRand, Round, RSize, SaveConfig, SetProbing, SetPropertyText, SetPropertyTextDefault, Sin, Smerp, SMod, Split, Sqrt, Square, StaticCallFunction, StaticCallFunctionS, StaticDefinesFunction, StaticDefinesFunctionS, StaticSaveConfig, StrArray, StringToName, Tan, TimeRemaining, TimeRemainingS, TraceMessage, VRand, VSize, VSize2D, VSizeSq, VSizeSq2D, Warn, ^, ^^, |, ||, ~, ~=


Variables Detail

bHasScript Source code

var bool bHasScript;


Functions Detail

CleanupScriptController Source code

function CleanupScriptController ( )

EventDebug Source code

function EventDebug ( U2NPCControllerScriptable NPC, string EventString ) )

eventSCActorInRange Source code

function eventSCActorInRange ( U2NPCControllerScriptable NPC ) )

eventSCActorOutOfRange Source code

function eventSCActorOutOfRange ( U2NPCControllerScriptable NPC ) )

eventSCAnimEnd Source code

function eventSCAnimEnd ( U2NPCControllerScriptable NPC, int Channel ) )

eventSCAutoBegin Source code

function eventSCAutoBegin ( U2NPCControllerScriptable NPC, name DestinationState, name DestinationLabel ) )

eventSCAutoEnd Source code

function eventSCAutoEnd ( U2NPCControllerScriptable NPC ) )

eventSCBumpEnemy Source code

function eventSCBumpEnemy ( U2NPCControllerScriptable NPC, Pawn Other ) )

eventSCBumpFriend Source code

function eventSCBumpFriend ( U2NPCControllerScriptable NPC, Pawn Other ) )

eventSCBumpOther Source code

function eventSCBumpOther ( U2NPCControllerScriptable NPC, Actor Other ) )

eventSCDestinationReached Source code

function eventSCDestinationReached ( U2NPCControllerScriptable NPC ) )

eventSCDialogBegin Source code

function eventSCDialogBegin ( U2NPCControllerScriptable NPC ) )

eventSCDialogUnPause Source code

function eventSCDialogUnPause ( U2NPCControllerScriptable NPC ) )

eventSCDied Source code

function eventSCDied ( U2NPCControllerScriptable NPC ) )

eventSCEnemyNotVisible Source code

function eventSCEnemyNotVisible ( U2NPCControllerScriptable NPC ) )

eventSCFinishedRotation Source code

function eventSCFinishedRotation ( U2NPCControllerScriptable NPC ) )

eventSCHearNoiseFriendly Source code

function eventSCHearNoiseFriendly ( U2NPCControllerScriptable NPC, float Loudness, Actor NoiseMaker ) )

eventSCHearNoiseOther Source code

function eventSCHearNoiseOther ( U2NPCControllerScriptable NPC, float Loudness, Actor NoiseMaker ) )

eventSCHearNoiseThreat Source code

function eventSCHearNoiseThreat ( U2NPCControllerScriptable NPC, float Loudness, Actor NoiseMaker ) )

eventSCInheritEnemy Source code

function eventSCInheritEnemy ( U2NPCControllerScriptable NPC, Pawn NewEnemy ) )

eventSCScriptedLanding Source code

function eventSCScriptedLanding ( U2NPCControllerScriptable NPC) )

eventSCSeeAlertFriend Source code

function eventSCSeeAlertFriend ( U2NPCControllerScriptable NPC, Pawn Seen ) )

eventSCSeeEnemy Source code

function eventSCSeeEnemy ( U2NPCControllerScriptable NPC, Pawn Seen ) )

eventSCSeeFriend Source code

function eventSCSeeFriend ( U2NPCControllerScriptable NPC, Pawn Seen ) )

eventSCSeeOther Source code

function eventSCSeeOther ( U2NPCControllerScriptable NPC, Actor Seen ) )

eventSCTakeDamage Source code

function eventSCTakeDamage ( U2NPCControllerScriptable NPC, int Damage, Pawn Instigator, vector HitLocation, vector Momentum, class<DamageType> DamageType ) )

eventSCTookDamage Source code

function eventSCTookDamage ( U2NPCControllerScriptable NPC, int Damage, Pawn Instigator, vector HitLocation, vector Momentum, class<DamageType> DamageType ) )

eventSCTrigger Source code

function eventSCTrigger ( U2NPCControllerScriptable NPC, Actor Other, Pawn Instigator, name EventName ) )

GetCommandFile Source code

function string GetCommandFile ( ) )

GetDebugInformation Source code

function GetDebugInformation ( U2NPCControllerScriptable NPC, out array<string> ReturnedStrings ) )

GetInstance Source code

static function ScriptControllerInterf GetInstance ( Actor ContextActor ) )

InitializeScriptController Source code

function InitializeScriptController ( U2NPCControllerScriptable Owner )

SetCommandFile Source code

function SetCommandFile ( string NewCommandFileName )

SetStartLabel Source code

function SetStartLabel ( string NewStartLabelName )

StartScriptedFiring Source code

function StartScriptedFiring ( )


Defaultproperties

defaultproperties
{
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 3-1-2016 10:48:32.560 - Created with UnCodeX