InstallEventHandler({RapaGUI=p_rapa})
t=GetAttribute(#EVENTHANDLER,"RapaGUI",#ATTRFUNCTION)
Does not work. It says: Unknown tag "RapaGUI"!
Created a Forbid()-Permit() function which disables/enables all events, buttons, intervals and it seems that I can not check what RapaGUI events are set.
No Getattribute eventhandler
- airsoftsoftwair
- Posts: 5626
- Joined: Fri Feb 12, 2010 2:33 pm
- Location: Germany
- Contact:
Re: No Getattribute eventhandler
Right, this is actually a Hollywood bug. It currently isn't able to detect event handlers installed by plugins. Will be fixed...
- airsoftsoftwair
- Posts: 5626
- Joined: Fri Feb 12, 2010 2:33 pm
- Location: Germany
- Contact:
Re: No Getattribute eventhandler
Code: Select all
- Fix: GetAttribute() wasn't able to query event handlers installed by plugins using the object
type #EVENTHANDLER