playMaker

Author Topic: documentation for new/old action attributes.  (Read 2508 times)

Andy22

  • Junior Playmaker
  • **
  • Posts: 99
documentation for new/old action attributes.
« on: December 12, 2013, 11:33:46 AM »
Hi,

by accident i stumbled over the [HideTypeFilter] attribute, which is quite usefully, but its not documented at: https://hutonggames.fogbugz.com/default.asp?W352

I also found a couple of other undocumented attributes and some undocumented "enum UIHint" members. Would be nice to updated the documentation or add a obsolete flag/comment to the code.

Finding the "HideTypeFilter" attribute, would have been easier if it would actually be named "HideTypeFilterAttribute", since u can than check the "HutongGames.PlayMaker" namespace for "attribute".

Undocumented Attributes i found so far:
Code: [Select]
HideTypeFilter
 TitleAttribute
 ObjectTypeAttribute
 NoteAttribute
 CompoundArrayAttribute

Undocumented UIHints:
Code: [Select]
Method
 ScriptComponent
 Comment
 NamedColor
 NamedTexture
 FsmName
 FsmEven


Thx Andy