Loading...
Searching...
No Matches
ScriptComponent.cpp
Go to the documentation of this file.
1
//
2
// Created by denzel on 11/08/2025.
3
//
4
5
#
include
<
hellfire
/
ecs
/
ScriptComponent
.
h
>
6
#
include
"hellfire/ecs/TransformComponent.h"
7
8
namespace
hellfire
{
9
TransformComponent
*
ScriptComponent
::
get_transform
()
const
{
10
return
get_owner
().transform();
11
}
12
}
hellfire::Component::get_owner
Entity & get_owner() const
Definition
Component.h:13
hellfire::ScriptComponent
Definition
ScriptComponent.h:29
hellfire::ScriptComponent::get_transform
TransformComponent * get_transform() const
Definition
ScriptComponent.cpp:9
hellfire::TransformComponent
Definition
TransformComponent.h:10
hellfire
Definition
AssetManager.cpp:10
engine
src
hellfire
ecs
ScriptComponent.cpp
Generated by
1.9.8