Unravel Engine C++ Reference
|
#include "seq_inspector.h"
Go to the source code of this file.
Namespaces | |
namespace | seq |
Provides a sequence-based action management system for controlling and scheduling actions. | |
namespace | seq::inspector |
Functions | |
void | seq::inspector::add_sequence_info (seq_action &action, const std::vector< seq_action > &actions) |
void | seq::inspector::add_together_info (seq_action &action, const std::vector< seq_action > &actions) |
void | seq::inspector::add_delay_info (seq_action &action) |
void | seq::inspector::add_repeat_info (seq_action &repeat_action, const seq_action &action, size_t times) |
void | seq::inspector::update_action_state (seq_action &action, state_t state) |
void | seq::inspector::update_action_status (seq_action &action) |
void | seq::inspector::add_location (seq_action &action, const hpp::source_location &location) |