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/4]
| raylib::AutomationEventList::AutomationEventList |
( |
const ::AutomationEventList & |
automationEventList | ) |
|
|
inline |
◆ AutomationEventList() [2/4]
| raylib::AutomationEventList::AutomationEventList |
( |
| ) |
|
|
inline |
◆ AutomationEventList() [3/4]
| 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 29 of file AutomationEventList.hpp.
References Load().
◆ AutomationEventList() [4/4]
◆ ~AutomationEventList()
| raylib::AutomationEventList::~AutomationEventList |
( |
| ) |
|
|
inline |
◆ Export()
| bool raylib::AutomationEventList::Export |
( |
const char * |
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 43 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 44 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 45 of file AutomationEventList.hpp.
◆ IsValid()
| bool raylib::AutomationEventList::IsValid |
( |
| ) |
|
|
inline |
◆ Load()
| void raylib::AutomationEventList::Load |
( |
const char * |
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 |