Cyrus Mod Loader
Loading...
Searching...
No Matches
MatchTimerControl.h
1
#pragma once
2
#include <Cyrus/Shared.h>
3
#include <Cyrus/Classes/ControlText.h>
4
#include <Cyrus/Classes/PropertyClass.h>
5
#include <Cyrus/Classes/Window.h>
6
7
class
MatchTimerControl
:
public
ControlText
{
8
public
:
9
unsigned
int
getAlertSeconds
() {
// Property Generated Getter
10
return
*
reinterpret_cast<
unsigned
int
*
>
(
reinterpret_cast<
uintptr_t
>
(
this
) + 0x2BC);
11
}
12
13
void
setAlertSeconds
(
unsigned
int
val) {
// Property Generated Setter
14
*
reinterpret_cast<
unsigned
int
*
>
(
reinterpret_cast<
uintptr_t
>
(
this
) + 0x2BC) = val;
15
}
16
17
unsigned
int
getAlertSeconds2
() {
// Property Generated Getter
18
return
*
reinterpret_cast<
unsigned
int
*
>
(
reinterpret_cast<
uintptr_t
>
(
this
) + 0x2C0);
19
}
20
21
void
setAlertSeconds2
(
unsigned
int
val) {
// Property Generated Setter
22
*
reinterpret_cast<
unsigned
int
*
>
(
reinterpret_cast<
uintptr_t
>
(
this
) + 0x2C0) = val;
23
}
24
25
float
getBlinkRate
() {
// Property Generated Getter
26
return
*
reinterpret_cast<
float
*
>
(
reinterpret_cast<
uintptr_t
>
(
this
) + 0x2C4);
27
}
28
29
void
setBlinkRate
(
float
val) {
// Property Generated Setter
30
*
reinterpret_cast<
float
*
>
(
reinterpret_cast<
uintptr_t
>
(
this
) + 0x2C4) = val;
31
}
32
33
};
ControlText
A class that represents a text-based control element in a window.
Definition
ControlText.h:22
MatchTimerControl
Definition
MatchTimerControl.h:7
MatchTimerControl::getBlinkRate
float getBlinkRate()
Definition
MatchTimerControl.h:25
MatchTimerControl::setBlinkRate
void setBlinkRate(float val)
Definition
MatchTimerControl.h:29
MatchTimerControl::getAlertSeconds
unsigned int getAlertSeconds()
Definition
MatchTimerControl.h:9
MatchTimerControl::setAlertSeconds2
void setAlertSeconds2(unsigned int val)
Definition
MatchTimerControl.h:21
MatchTimerControl::setAlertSeconds
void setAlertSeconds(unsigned int val)
Definition
MatchTimerControl.h:13
MatchTimerControl::getAlertSeconds2
unsigned int getAlertSeconds2()
Definition
MatchTimerControl.h:17
src
Cyrus
Classes
MatchTimerControl.h
Generated by
1.11.0