Skip to content

Component

Adrien GIVRY edited this page Sep 23, 2020 · 8 revisions

Description

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

Variables

This usertype has no variables

Constructors

This usertype has no constructors

Functions

Name Input Output Description
GetOwner Component: instance
Actor Returns the actor that owns this component

Operators

This usertype has no operators

Clone this wiki locally