-
Notifications
You must be signed in to change notification settings - Fork 232
Component
Adrien GIVRY edited this page Sep 26, 2020
·
3 revisions
A component is a set of data and behaviours (Entity-Component without systems) that is interpreted by the engine (Or the user)
- C++ related class:
OvCore::ECS::Components::AComponent
- Inherited by lua usertypes:
This usertype has no variables
This usertype has no constructors
Name | Input | Output | Description |
---|---|---|---|
GetOwner |
Component : instance |
Actor |
Returns the actor that owns this component |
This usertype has no operators