Playmaker Forum

PlayMaker Feedback => Feature Requests => Topic started by: Andy22 on December 12, 2013, 11:33:46 AM

Title: documentation for new/old action attributes.
Post by: Andy22 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 (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