playMaker

Author Topic: How to extend the custom types of ActionCategory and UIHint  (Read 2899 times)

zhuxianzhi

  • Playmaker Newbie
  • *
  • Posts: 5
For example, in the Action Browser add a custom option, the code PlayMaker.dll and can not be modified.

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: How to extend the custom types of ActionCategory and UIHint
« Reply #1 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?

plinm

  • Playmaker Newbie
  • *
  • Posts: 25
Re: How to extend the custom types of ActionCategory and UIHint
« Reply #2 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.