Drag[en]gine Script Module DragonScript 1.23
Loading...
Searching...
No Matches
Dragengine.ConversationSystem.ConversationControllerValue Class Reference

A controller value in a conversation script. More...

Inheritance diagram for Dragengine.ConversationSystem.ConversationControllerValue:

Public Member Functions

int getController ()
 Index of controller.
 
String getControllerName ()
 Name of controller.
 
float getValue ()
 Value of controller.
 
ConversationControllerValue new (int controller, float value)
 Create a new conversation controller value.
 
ConversationControllerValue new (String controller, float value)
 Create a new conversation controller value.
 

Detailed Description

A controller value in a conversation script.

Member Function Documentation

◆ getController()

int Dragengine.ConversationSystem.ConversationControllerValue.getController ( )

Index of controller.

Deprecated:
Use getControllerName().

◆ getControllerName()

String Dragengine.ConversationSystem.ConversationControllerValue.getControllerName ( )

Name of controller.

Version
1.16

◆ getValue()

float Dragengine.ConversationSystem.ConversationControllerValue.getValue ( )

Value of controller.

◆ new() [1/2]

ConversationControllerValue Dragengine.ConversationSystem.ConversationControllerValue.new ( int  controller,
float  value 
)

Create a new conversation controller value.

Deprecated:
Use new(String,float).

◆ new() [2/2]

ConversationControllerValue Dragengine.ConversationSystem.ConversationControllerValue.new ( String  controller,
float  value 
)

Create a new conversation controller value.

Version
1.16

The documentation for this class was generated from the following file: