Playmaker Forum

PlayMaker News => General Discussion => Topic started by: zhuxianzhi on July 20, 2017, 11:52:35 PM

Title: How to extend the custom types of ActionCategory and UIHint
Post by: zhuxianzhi on July 20, 2017, 11:52:35 PM
For example, in the Action Browser add a custom option, the code PlayMaker.dll and can not be modified.
Title: Re: How to extend the custom types of ActionCategory and UIHint
Post by: djaydino on July 21, 2017, 12:49:03 PM
Hi,
Indeed the PlayMaker.dll can not be modified (and i think it is not allowed even)
What are you trying to do?
Title: Re: How to extend the custom types of ActionCategory and UIHint
Post by: plinm on August 20, 2017, 04:35:30 PM
You can use

Code: [Select]
[ActionCategory("My Actions")]
To add your own section in Action Browser, in this case, a "My Actions" section will be created.