WED doesnt show all entity actions in the behavior list

Posted By: jumpman

WED doesnt show all entity actions in the behavior list - 12/13/17 16:40

Hello,

Not sure why this is happening now, but WED isnt listing all of the actions within the main.c script in the behaviors list. Ive checked the automatic reload of externally modified files to make sure the .c script is updated. But only a couple of actions are in the list, despite many more being there in the .c file. Not sure why this is happening.
Posted By: rayp

Re: WED doesnt show all entity actions in the behavior list - 12/13/17 20:02

If the action name begins with _ the action is not listed. Pretty handy sometimes.

If u added new actions in sed or any editor simply reload your main script in wed this will refresh all.

If i remember right actions can have maximum length of 12 chars (or some more like 20). If the name is to long wed wont show it i guess. Even if wed shows too long names, they will lead to compiling/script errors later.

Hope this helped
Posted By: jumpman

Re: WED doesnt show all entity actions in the behavior list - 12/14/17 17:10

Hi friend, thanks for replying.

None of the actions have _ at the beginning of their name, and I refreshed/reloaded the .c script in wed. There are many action names under 12 chars. None of these are showing in WED.

I still am trying to refresh stuff, but this doesnt make sense frown
Posted By: jumpman

Re: WED doesnt show all entity actions in the behavior list - 12/14/17 17:16

Hello.

If i put an action before void main(), the action shows up on the behavior list in WED.

But if i put an action after the main(), the action does not show up in the behavior list.... is this a bug?
Posted By: rayp

Re: WED doesnt show all entity actions in the behavior list - 12/14/17 21:31

Sry i cant confirm this.

Just to be sure i added action tester after main void. In wed i reloaded main.c via file/map properties. Action showed up.
© 2024 lite-C Forums