Search found 2 matches

by Hei&Yin
Wed Mar 11, 2015 10:31 pm
Forum: Mod Creation
Topic: Ask a simple question, get a simple answer
Replies: 3955
Views: 3189824

Re: Ask a simple question, get a simple answer

What i'm looking for is to get that "+" sign, that lets you add connectors (inside the editor) to a component, to work on a ControllerComponent. Same as you have on for example a LeverComponent. For now i am using a LeverComponent instead of a ControllerComponent. but then i need to add an...
by Hei&Yin
Wed Mar 11, 2015 9:49 pm
Forum: Mod Creation
Topic: Ask a simple question, get a simple answer
Replies: 3955
Views: 3189824

Re: Ask a simple question, get a simple answer

Is it possible to make a ControllerComponent where you can add connectors, without scripting, inside the editor?

Have tried to use Component:addConnector(event, target, action) in a few ways without results.
Done a workaround using a LeverComponent for now.