CSEngine
Toggle main menu visibility
Main Page
Related Pages
Topics
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
i
l
r
s
~
Functions
a
b
c
d
e
f
g
i
l
r
s
~
Variables
Files
File List
•
All
Classes
Functions
Variables
Modules
Pages
Loading...
Searching...
No Matches
MoreComponentFunc.h
1
//
2
// Created by ounols on 19. 8. 31.
3
//
4
#pragma once
5
6
#include "../Component/SComponent.h"
7
#include "sqext.h"
8
9
namespace
CSE {
10
11
class
MoreComponentFunc
{
12
private
:
13
MoreComponentFunc
() {}
14
15
~MoreComponentFunc
() {}
16
17
public
:
18
static
SComponent
* CreateComponent(
SGameObject
* obj, std::string component_type);
19
20
static
void
BindComponentToSQInstance(
SComponent
* component, std::string name,
21
sqext::SQIClassInstance* instance);
22
};
11
class
MoreComponentFunc
{
…
};
23
}
CSE::MoreComponentFunc
Definition
MoreComponentFunc.h:11
CSE::SComponent
Definition
SComponent.h:17
CSE::SGameObject
Definition
SGameObject.h:17
Util
MoreComponentFunc.h
Generated on Tue Apr 8 2025 01:11:23 for CSEngine by
1.12.0