renamed Result to Action
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40503
This commit is contained in:
parent
745375f393
commit
81509e1ee4
@ -27,7 +27,7 @@ struct PlVers
|
|||||||
/**
|
/**
|
||||||
* Specifies what to do after a hook completes.
|
* Specifies what to do after a hook completes.
|
||||||
*/
|
*/
|
||||||
enum Result
|
enum Action
|
||||||
{
|
{
|
||||||
Plugin_Continue = 0, /**< Continue with the original action */
|
Plugin_Continue = 0, /**< Continue with the original action */
|
||||||
Plugin_Handled = 3, /**< Handle the action at the end (don't call it) */
|
Plugin_Handled = 3, /**< Handle the action at the end (don't call it) */
|
||||||
|
Loading…
Reference in New Issue
Block a user