playMaker

Author Topic: Tooltips not showing for variables in custom actions.  (Read 1821 times)

DARK_ETERNAL

  • Full Member
  • ***
  • Posts: 110
Tooltips not showing for variables in custom actions.
« 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?
« Last Edit: October 25, 2012, 05:54:27 PM by DARK_ETERNAL »
Check out our new game: Nitro Chimp. Now live in App Store!

Trailer:
Download: https://itunes.apple.com/app/nitro-chimp/id557150450?l=en&mt=8

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Tooltips not showing for variables in custom actions.
« Reply #1 on: October 26, 2012, 02:06:01 AM »
Hi,

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

bye,

 Jean