AutomationEventList management functions.
More...
#include <AutomationEventList.hpp>
|
void | set (const ::AutomationEventList &other) |
|
AutomationEventList management functions.
Definition at line 14 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 37 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 |
◆ GetCapacity()
unsigned int raylib::AutomationEventList::GetCapacity |
( |
| ) |
const |
|
inline |
Retrieves the capacity value for the object.
- Returns
- The capacity value of the object.
Definition at line 58 of file AutomationEventList.hpp.
◆ GetCount()
unsigned int raylib::AutomationEventList::GetCount |
( |
| ) |
const |
|
inline |
Retrieves the count value for the object.
- Returns
- The count value of the object.
Definition at line 59 of file AutomationEventList.hpp.
◆ GetEvents()
AutomationEvent * raylib::AutomationEventList::GetEvents |
( |
| ) |
const |
|
inline |
Retrieves the events value for the object.
- Returns
- The events value of the object.
Definition at line 60 of file AutomationEventList.hpp.
◆ IsReady()
bool raylib::AutomationEventList::IsReady |
( |
| ) |
|
|
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=() [1/2]
◆ operator=() [2/2]
AutomationEventList & raylib::AutomationEventList::operator= |
( |
const ::AutomationEventList & |
other | ) |
|
|
inline |
◆ 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 |