-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
C++ Script APIFeatureNew feature or requestNew feature or requestIdeaIdeas, concepts, etc. (for features without a clear scope yet)Ideas, concepts, etc. (for features without a clear scope yet)module: engineFor features that involve the `engine` module. (optional)For features that involve the `engine` module. (optional)
Description
This would look something like:
if (auto some_thread = get_thread("some_thread_name"_hs))
{
co_await some_thread.pause();
}where some_thread would be an interface type tied to the underlying EntityThread and/or Script. This type would be convertible to bool, with true indicating that the thread is currently running and linked.
This would be for the current entity, but we would ideally be able to do this for other entities as well.
Metadata
Metadata
Assignees
Labels
C++ Script APIFeatureNew feature or requestNew feature or requestIdeaIdeas, concepts, etc. (for features without a clear scope yet)Ideas, concepts, etc. (for features without a clear scope yet)module: engineFor features that involve the `engine` module. (optional)For features that involve the `engine` module. (optional)