AutomationEventList management functions.
More...
#include <AutomationEventList.hpp>
|
| void | set (const ::AutomationEventList &other) |
| |
AutomationEventList management functions.
Definition at line 12 of file AutomationEventList.hpp.
◆ AutomationEventList() [1/6]
| raylib::AutomationEventList::AutomationEventList |
( |
const ::AutomationEventList & |
automationEventList | ) |
|
|
inline |
◆ AutomationEventList() [2/6]
| raylib::AutomationEventList::AutomationEventList |
( |
| ) |
|
|
inline |
◆ AutomationEventList() [3/6]
| raylib::AutomationEventList::AutomationEventList |
( |
unsigned int |
capacity = 16384, |
|
|
std::span< AutomationEvent > |
events = {} |
|
) |
| |
|
inline |
◆ AutomationEventList() [4/6]
| raylib::AutomationEventList::AutomationEventList |
( |
const char * |
fileName | ) |
|
|
inline |
Load automation events list from file.
- Parameters
-
| fileName | The file path to load the automation events list from. |
Definition at line 34 of file AutomationEventList.hpp.
References Load().
◆ AutomationEventList() [5/6]
| raylib::AutomationEventList::AutomationEventList |
( |
const std::string_view |
fileName | ) |
|
|
inline |
◆ AutomationEventList() [6/6]
◆ ~AutomationEventList()
| raylib::AutomationEventList::~AutomationEventList |
( |
| ) |
|
|
inline |
◆ Export() [1/2]
| bool raylib::AutomationEventList::Export |
( |
const char * |
fileName | ) |
|
|
inline |
◆ Export() [2/2]
| bool raylib::AutomationEventList::Export |
( |
const std::string_view |
fileName | ) |
|
|
inline |
◆ IsValid()
| bool raylib::AutomationEventList::IsValid |
( |
| ) |
|
|
inline |
◆ Load() [1/2]
| void raylib::AutomationEventList::Load |
( |
const char * |
fileName | ) |
|
|
inline |
◆ Load() [2/2]
| void raylib::AutomationEventList::Load |
( |
const std::string_view |
fileName | ) |
|
|
inline |
◆ operator=()
◆ Play()
| void raylib::AutomationEventList::Play |
( |
int |
index | ) |
|
|
inline |
◆ Set()
| void raylib::AutomationEventList::Set |
( |
| ) |
|
|
inline |
◆ set()
| void raylib::AutomationEventList::set |
( |
const ::AutomationEventList & |
other | ) |
|
|
inlineprotected |
◆ SetBaseFrame()
| void raylib::AutomationEventList::SetBaseFrame |
( |
int |
frame | ) |
|
|
inline |
◆ StartRecording()
| void raylib::AutomationEventList::StartRecording |
( |
| ) |
|
|
inline |
◆ StopRecording()
| void raylib::AutomationEventList::StopRecording |
( |
| ) |
|
|
inline |
◆ Unload()
| void raylib::AutomationEventList::Unload |
( |
| ) |
|
|
inline |
◆ Count
| raylib::AutomationEventList::Count |