Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::script_component::script_object_state Struct Reference

#include <script_component.h>

Public Attributes

int active {-1}
 
bool create_called {}
 
bool start_called {}
 
bool marked_for_destroy {}
 

Detailed Description

Definition at line 26 of file script_component.h.

Member Data Documentation

◆ active

int unravel::script_component::script_object_state::active {-1}

Definition at line 28 of file script_component.h.

◆ create_called

bool unravel::script_component::script_object_state::create_called {}

Definition at line 29 of file script_component.h.

◆ marked_for_destroy

bool unravel::script_component::script_object_state::marked_for_destroy {}

Definition at line 31 of file script_component.h.

◆ start_called

bool unravel::script_component::script_object_state::start_called {}

Definition at line 30 of file script_component.h.


The documentation for this struct was generated from the following file: