-
Notifications
You must be signed in to change notification settings - Fork 283
Component
Adrien GIVRY edited this page Sep 23, 2020
·
8 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:
AComponent - Lua usertype name:
Component
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