Home
last modified time | relevance | path

Searched refs:_current_options (Results 1 – 8 of 8) sorted by relevance

/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/map/
H A Dmap_dialogue_supervisor.cpp32 _current_options(nullptr), in MapDialogueSupervisor()
44 _current_options = nullptr; in ~MapDialogueSupervisor()
169 _current_options = nullptr; in EndDialogue()
203 || _current_options != nullptr in _UpdateLine()
225 else if(_current_options != nullptr) { in _UpdateLine()
303 if(_current_options) { in _BeginLine()
304 for(uint32_t i = 0; i < _current_options->GetNumberOptions(); ++i) in _BeginLine()
320 if(_current_options != nullptr) { in _EndLine()
322 std::string selected_event = _current_options->GetOptionEvent(selected_option); in _EndLine()
331 if(_current_options != nullptr) { in _EndLine()
[all …]
H A Dmap_dialogue_supervisor.h82 return _current_options; in GetCurrentOptions()
113 MapDialogueOptions* _current_options; variable
/dports/devel/py-tartiflette/tartiflette-1.4.1/libgraphqlparser/ast/
H A Djs.py57 self._current_options = []
60 self._current_options.append(type)
63 print('\n | '.join(self._current_options))
65 self._current_options = None
/dports/devel/libgraphqlparser/libgraphqlparser-0.7.0/ast/
H A Djs.py61 self._current_options = []
64 self._current_options.append(type)
67 print('\n | '.join(self._current_options))
69 self._current_options = None
/dports/games/allacrost/allacrost-1.0.2/src/modes/map/
H A Dmap_dialogue.cpp263 _current_options(NULL), in DialogueSupervisor()
326 _current_options = _current_dialogue->GetCurrentOptions(); in BeginDialogue()
379 _current_options = NULL; in EndDialogue()
474 if (_current_options != NULL) { in _UpdateLine()
517 if (_current_options->_events[selected_option] != 0) { in _UpdateOptions()
518 …MapMode::CurrentInstance()->GetEventSupervisor()->StartEvent(_current_options->_events[selected_op… in _UpdateOptions()
521 _FinishLine(_current_options->_next_lines[selected_option]); in _UpdateOptions()
538 …for (vector<ustring>::iterator i = _current_options->_text.begin(); i != _current_options->_text.e… in _ConstructOptions()
558 _current_options = _current_dialogue->GetCurrentOptions(); in _FinishLine()
H A Dmap_dialogue.h464 { return _current_options; } in GetCurrentOptions()
490 MapDialogueOptions* _current_options; variable
/dports/games/valyriatear/ValyriaTear-1.1.0/src/common/
H A Ddialogue.cpp328 _current_options(nullptr), in DialogueSupervisor()
465 _current_options = _current_dialogue->GetLineOptions(_line_counter); in StartDialogue()
478 _current_options = nullptr; in EndDialogue()
514 if(_current_options != nullptr) { in _UpdateLine()
528 if(_current_options || !_dialogue_window.GetDisplayTextBox().IsFinished()) { in _UpdateLine()
548 else if(_current_options != nullptr) { in _UpdateLine()
581 _current_options = _current_dialogue->GetLineOptions(_line_counter); in _BeginLine()
597 if(_current_options != nullptr) { in _BeginLine()
598 for(uint32_t i = 0; i < _current_options->GetNumberOptions(); ++i) { in _BeginLine()
622 if(_current_options != nullptr) { in _EndLine()
[all …]
H A Ddialogue.h549 return _current_options; in GetCurrentOptions()
577 DialogueOptions *_current_options; variable