| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object | +-- KFStoryGame.KF_ObjectiveCondition | +-- KFStoryGame.ObjCondition_Area
| Constants Summary |
|---|
| Inherited Contants from KFStoryGame.KF_ObjectiveCondition |
|---|
| HintCharLimit |
| Inherited Contants from Core.Object |
|---|
| ALLIES_TEAM_INDEX, AXIS_TEAM_INDEX, MaxInt, NEUTRAL_TEAM_INDEX, Pi, RF_NotForClient, RF_NotForEdit, RF_NotForServer, RF_Public, RF_Standalone, RF_Transactional, RF_Transient |
| Variables Summary | |
|---|---|
| Name | AreaVolumeName |
| ZoneInfo | AssociatedZone |
| bool | bTimingOut |
| Name | InitialAreaVolumeName |
| Volume | InitialVolume |
| float | LastInAreaTime |
| float | LastOutOfAreaTime |
| int | NumInVolume |
| array<name> | PawnInstigatorNames |
| float | TimeInArea |
| float | TimeOutOfArea |
| ObjCondition_Area | |
| Volume | AreaVolume |
| string | AreaZoneName |
| bool | bKeepProgress |
| bool | bRequiresWholeTeam |
| EAreaConditionType | CompletionMethod |
| float | Duration |
| name | ProximityTag |
| class<Actor> | ProximityTriggerType |
| Inherited Variables from Core.Object |
|---|
| Class, Name, ObjectFlags, ObjectInternal[7], Outer |
| Enumerations Summary | ||
|---|---|---|
| EAreaConditionType Method_LeaveArea, Method_EnterArea, | ||
| Inherited Enumerations from KFStoryGame.KF_ObjectiveCondition |
|---|
| EKFGameDifficulty |
| Inherited Enumerations from Core.Object |
|---|
| EAxis, ECamOrientation, EDetailMode, EDrawPivot, ESheerAxis |
| Structures Summary |
|---|
| Inherited Structures from Core.Object |
|---|
| BoundingVolume, Box, Color, CompressedPosition, Coords, FloatBox, Guid, IntBox, InterpCurve, InterpCurvePoint, Matrix, Plane, Quat, Range, RangeVector, Rotator, Scale, TMultiMap, Vector |
| Functions Summary | ||
|---|---|---|
![]() | AdjustToDifficulty (float Difficulty)) | |
![]() | ConditionActivated (pawn ActivatingPlayer)) | |
![]() | ConditionTick (Float DeltaTime)) | |
![]() | float | GetCompletionPct ())) |
![]() | string | GetDataString ())) |
![]() | string | GetHUDHint ())) |
![]() | array<Pawn> | GetInstigatorList ())) |
![]() | vector | GetLocation (optional out Actor LocActor)) |
![]() | PostBeginPlay (KF_StoryObjective MyOwner)) | |
![]() | Reset ())) | |
| Variables Detail |
|---|
| Enumerations Detail |
|---|
| Functions Detail |
|---|
AdjustToDifficulty Source code
ConditionActivated Source code
ConditionTick Source code
GetCompletionPct Source code
GetDataString Source code
GetHUDHint Source code
GetInstigatorList Source code
GetLocation Source code
PostBeginPlay Source code
Reset Source code| Defaultproperties |
|---|
defaultproperties
{
AreaVolumeName="AreaVolume"
InitialAreaVolumeName="InitialAreaVolume"
ProximityTriggerType=Class'Engine.PlayerController'
CompletionMethod=Method_EnterArea
HUD_World=(bIgnoreWorldLocHidden=True)
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||