|
CeresEngine 0.2.0
A game development framework
|
#include <CeresEngine/Scripting/Component.hpp>
Classes | |
| struct | Accessor |
Public Member Functions | |
| virtual CE_DISABLE_WARNING_MISSING_OVERRIDE ::CeresEngine::ClassInfo | getClassInfo () const noexcept |
| virtual ::CeresEngine::ClassInfo | getClassInfo () noexcept |
| ScriptComponent (SPtr< EntityScript > script) | |
| Creates a new script component. | |
Public Member Functions inherited from CeresEngine::Component< ScriptComponent > | |
| const ComponentType & | getComponentType () const noexcept final |
| Gets the component type. | |
Public Member Functions inherited from CeresEngine::AbstractComponent | |
| virtual | ~AbstractComponent ()=default |
| Defaulted virtual destructor. | |
Public Attributes | |
| SPtr< EntityScript > | script |
| The script to be ran by the scripting system. | |
Additional Inherited Members | |
Static Public Attributes inherited from CeresEngine::Component< ScriptComponent > | |
| static const ComponentID | componentID |
| This component type ID. | |
| static const ComponentMask | mask |
| The component mask. | |
| static const ComponentType & | componentType |
| Gets the component type. | |
|
inlineexplicit |
Creates a new script component.
| script | The script instance associated with the entity. |
|
virtualnoexcept |
Reimplemented from CeresEngine::AbstractComponent.
|
virtualnoexcept |
Reimplemented from CeresEngine::AbstractComponent.
| SPtr<EntityScript> CeresEngine::ScriptComponent::script |
The script to be ran by the scripting system.