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

ConSys.Conversation

Extends
ConObject
Modifiers
native noexport

Core.Object
|   
+-- ConSys.ConObject
   |   
   +-- ConSys.Conversation

Constants Summary
Inherited Contants from Core.Object
MaxInt, Pi, RF_NotForClient, RF_NotForEdit, RF_NotForServer, RF_Public, RF_Transactional, RF_Transient

Variables Summary
StringaudioPackageName
BoolbCanBeInterrupted
BoolbCannotBeInterrupted
BoolbDataLinkCon
BoolbDisplayOnce
BoolbFirstPerson
BoolbGenerateAudioNames
BoolbInvokeBump
BoolbInvokeFrob
BoolbInvokeRadius
BoolbInvokeSight
BoolbNonInteractive
BoolbRandomCamera
NameconName
StringconOwnerName
intconversationID
StringCreatedBy
StringDescription
ConEventeventList
ConFlagRefflagRefList
FloatlastPlayedTime
IntownerRefCount
IntradiusDistance
Inherited Variables from Core.Object
Class, Name, ObjectFlags, ObjectInternal[6], Outer

Enumerations Summary
Inherited Enumerations from ConSys.ConObject
EAnimationModes, ECameraPositions, ECameraTransitions, ECameraTypes, EConditions, EEventAction, EEventType, EPersonaTypes, ESpeechFonts
Inherited Enumerations from Core.Object
ESheerAxis

Structures Summary
Inherited Structures from ConSys.ConObject
DynamicArray
Inherited Structures from Core.Object
BoundingBox, BoundingVolume, Color, Coords, Guid, Plane, Rotator, Scale, Vector

Functions Summary
function AddFlagRef (Name flagName, Bool value ))
function BindActorEvents (Actor actorToBind)
function BindEvents (Actor conBoundActors[10], Actor invokeActor)
functionbool CheckActorDistances (Actor player))
functionbool CheckActors (optional bool bLogActors))
function ClearBindEvents ()
functionConCamera CreateConCamera ()
functionConFlagRef CreateFlagRef (Name flagName, bool flagValue)
functionConEvent GetEventFromLabel (String searchLabel ))
functionString GetFirstSpeakerDisplayName (optional String startLabel))
function GetFirstSpeechActors (out Actor firstSpeaker, out Actor firstSpeakingTo ))
functionSound GetSpeechAudio (int soundID)
functionFloat GetSpeechLength (int soundID)
functionBool IsSpeakingActor (Actor speakingActor))
Inherited Functions from Core.Object
!, !=, $, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, @, Abs, AllObjects, Asc, Atan, BeginState, Caps, Chr, Clamp, ClassIsChildOf, clock, Cos, CriticalDelete, Cross, CyclesToSeconds, Disable, Dot, DynamicLoadObject, Enable, EndState, Exp, FClamp, FMax, FMin, FRand, GetAxes, GetConfig, GetEnum, GetPropertyText, GetStateName, GetUnAxes, GotoState, InStr, Invert, IsA, IsInState, Left, Len, Lerp, Localize, Log, Loge, Max, Mid, Min, MirrorVectorByNormal, Normal, Normalize, OrthoRotation, Rand, RandRange, ResetConfig, Right, RotRand, SaveConfig, SetPropertyText, Sin, Smerp, Sprintf, Sqrt, Square, StaticSaveConfig, Tan, unclock, VRand, VSize, Warn, ^, ^^, |, ||, ~, ~=


Variables Detail

audioPackageName Source code

var String audioPackageName;

bCanBeInterrupted Source code

var Bool bCanBeInterrupted;

bCannotBeInterrupted Source code

var Bool bCannotBeInterrupted;

bDataLinkCon Source code

var Bool bDataLinkCon;

bDisplayOnce Source code

var Bool bDisplayOnce;

bFirstPerson Source code

var Bool bFirstPerson;

bGenerateAudioNames Source code

var Bool bGenerateAudioNames;

bInvokeBump Source code

var Bool bInvokeBump;

bInvokeFrob Source code

var Bool bInvokeFrob;

bInvokeRadius Source code

var Bool bInvokeRadius;

bInvokeSight Source code

var Bool bInvokeSight;

bNonInteractive Source code

var Bool bNonInteractive;

bRandomCamera Source code

var Bool bRandomCamera;

conName Source code

var Name conName;

conOwnerName Source code

var String conOwnerName;

conversationID Source code

var int conversationID;

CreatedBy Source code

var String CreatedBy;

Description Source code

var String Description;

eventList Source code

var ConEvent eventList;

flagRefList Source code

var ConFlagRef flagRefList;

lastPlayedTime Source code

var Float lastPlayedTime;

ownerRefCount Source code

var Int ownerRefCount;

radiusDistance Source code

var Int radiusDistance;


Functions Detail

AddFlagRef Source code

function AddFlagRef ( Name flagName, Bool value ) )

BindActorEvents Source code

intrinsic(2053) final function BindActorEvents ( Actor actorToBind )

BindEvents Source code

intrinsic(2052) final function BindEvents ( Actor conBoundActors[10], Actor invokeActor )

CheckActorDistances Source code

function bool CheckActorDistances ( Actor player) )

CheckActors Source code

function bool CheckActors ( optional bool bLogActors) )

ClearBindEvents Source code

intrinsic(2054) final function ClearBindEvents ( )

CreateConCamera Source code

intrinsic(2051) final function ConCamera CreateConCamera ( )

CreateFlagRef Source code

intrinsic(2050) final function ConFlagRef CreateFlagRef ( Name flagName, bool flagValue )

GetEventFromLabel Source code

function ConEvent GetEventFromLabel ( String searchLabel ) )

GetFirstSpeakerDisplayName Source code

function String GetFirstSpeakerDisplayName ( optional String startLabel) )

GetFirstSpeechActors Source code

function GetFirstSpeechActors ( out Actor firstSpeaker, out Actor firstSpeakingTo ) )

GetSpeechAudio Source code

intrinsic(2055) final function Sound GetSpeechAudio ( int soundID )

GetSpeechLength Source code

intrinsic(2056) final function Float GetSpeechLength ( int soundID )

IsSpeakingActor Source code

function Bool IsSpeakingActor ( Actor speakingActor) )


Defaultproperties

defaultproperties
{
     bGenerateAudioNames=True
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Mon 8/11/2021 16:31:05.093 - Created with UnCodeX