Class: Component
Lua
C++
Edit

Component::Connect

This method creates a logical connection between two components. This can be used to link entity actions together to create sequences of events.

Syntax

Parameter Description
output name of the output method this connection is triggered by
traget the destination component to target, on any entity
input the destination method to call
arguments optional arguments to pass to the input method
Copyright © 2024 Ultra Software.
All rights reserved.