Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Disastercake on May 10, 2012, 10:50:15 PM

Title: [SOLVED] How do you create a custom category for custom actions?
Post by: Disastercake on May 10, 2012, 10:50:15 PM
I've got a custom action displaying properly, but I want to classify it under a custom category.  How do I do this?
Title: Re: How do you create a custom category for custom actions?
Post by: Alex Chouls on May 10, 2012, 11:49:39 PM
Just use a string in the attribute:

[ActionCategory("MyCustomCatergory")]
Title: Re: [SOLVED] How do you create a custom category for custom actions?
Post by: Disastercake on May 11, 2012, 12:07:38 AM
Thank you! =D