|
Unravel Engine C++ Reference
|
#include <script_component.h>
Public Attributes | |
| int | active {-1} |
| bool | create_called {} |
| bool | start_called {} |
| bool | marked_for_destroy {} |
Definition at line 26 of file script_component.h.
| int unravel::script_component::script_object_state::active {-1} |
Definition at line 28 of file script_component.h.
| bool unravel::script_component::script_object_state::create_called {} |
Definition at line 29 of file script_component.h.
| bool unravel::script_component::script_object_state::marked_for_destroy {} |
Definition at line 31 of file script_component.h.
| bool unravel::script_component::script_object_state::start_called {} |
Definition at line 30 of file script_component.h.