Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
DialogueTransitionRule Class Reference

Wrapper for testing if a condition is met. Used by DialogueNodeTransition. More...

Inheritance diagram for DialogueTransitionRule:
DialogueBaseElement DialogueBaseElement DialogueVariableRule DialogueVariableRule

Protected Member Functions

void OnInit ()
bool TestFunction (IEntity currentSpeaker, IEntity nextSpeaker)
 Function that performs a scripted condition test. Returns true if the scripted condition test passes.
void OnInit ()
bool TestFunction (IEntity currentSpeaker, IEntity nextSpeaker)
 Function that performs a scripted condition test. Returns true if the scripted condition test passes.

Detailed Description

Wrapper for testing if a condition is met. Used by DialogueNodeTransition.

Definition at line 13 of file DialogueTransitionRule.c.

Member Function Documentation

◆ OnInit() [1/2]

void DialogueTransitionRule::OnInit ( )
protected

◆ OnInit() [2/2]

void DialogueTransitionRule::OnInit ( )
protected

◆ TestFunction() [1/2]

bool DialogueTransitionRule::TestFunction ( IEntity currentSpeaker,
IEntity nextSpeaker )
protected

Function that performs a scripted condition test. Returns true if the scripted condition test passes.

◆ TestFunction() [2/2]

bool DialogueTransitionRule::TestFunction ( IEntity currentSpeaker,
IEntity nextSpeaker )
protected

Function that performs a scripted condition test. Returns true if the scripted condition test passes.


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