libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
system.hpp
Go to the documentation of this file.
1
8#pragma once
9
10#include <detail/preprocessor.hpp>
12
13namespace from {
14// Dantelion system
15namespace DLSY {
34LIBERAPI bool wait_for_system(int timeout) noexcept;
35
44LIBERAPI bool is_system_initialized() noexcept;
45} // namespace DLSY
46} // namespace from
FD4_SINGLETON_CLASS implementation.
LIBERAPI bool is_system_initialized() noexcept
Check if ELDEN RING system resources are initialized.
LIBERAPI bool wait_for_system(int timeout) noexcept
Lock until main ELDEN RING system resources are initialized, or time runs out.