libER 0.1.4.2
ELDEN RING API library
|
Dantelion2 system properties. More...
Go to the source code of this file.
Functions | |
LIBERAPI bool | from::DLSY::wait_for_system (unsigned int timeout) noexcept |
Lock until main ELDEN RING system resources are initialized, or time runs out. | |
LIBERAPI bool | from::DLSY::is_system_initialized () noexcept |
Check if ELDEN RING system resources are initialized. | |
Dantelion2 system properties.
Copyright 2024 libER ELDEN RING API library
|
noexcept |
Check if ELDEN RING system resources are initialized.
Does not lock (except for symbol retrieval), safe to call from any context.
Lock until main ELDEN RING system resources are initialized, or time runs out.
Initialization is performed by the game's main thread, post-entry. Returns true on success, false on timeout. Timeout can be (unsigned int)-1 (indefinite wait).
timeout | time in ms before abandoning the wait |