Implement a cohesive interface for controlling another Entity Thread/Script #81
Labels
C++ Script API
Feature
New feature or request
Idea
Ideas, concepts, etc. (for features without a clear scope yet)
module: engine
For features that involve the `engine` module. (optional)
This would look something like:
where
some_thread
would be an interface type tied to the underlyingEntityThread
and/orScript
. This type would be convertible tobool
, withtrue
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.
The text was updated successfully, but these errors were encountered: