Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: DARK_ETERNAL on October 25, 2012, 04:58:00 PM

Title: Tooltips not showing for variables in custom actions.
Post by: DARK_ETERNAL on October 25, 2012, 04:58:00 PM
Greetings.

This might be not that critical issue, but I'd like to ask it anyway.

I'm writing my custom actions, and, as it's intended to be used by other people in my project, I'm adding tooltips at the script. I read correctly the action description, but the parameters' tips are not shown when I place my cursor on the variable name in the editor. What I'm doing in my scripts is as follows:

[Tooltip(string describing variable)]
VarType varName

It does work with action description, and, comparing with other actions' script, it seems it's similar.

Thanks in advance.

[Update - Oct25]
It seems that it only happens with non-primitive type variables or non-Fsm type variables. Any way I can show a tooltip for a custom type variable?
Title: Re: Tooltips not showing for variables in custom actions.
Post by: jeanfabre on October 26, 2012, 02:06:01 AM
Hi,

 Sometimes tooltip do not work properly, I get that on some actions.

bye,

 Jean