|
sc2-gamedata
|
Actor Base. More...
#include <Actor.h>


Public Attributes | |
| std::vector< SActorEvent > | Remove |
| Remove. More... | |
| std::vector< SActorEvent > | On |
| Events. More... | |
Actor Base.
| std::vector<SActorEvent> CActorBase::On |
Events.
Configures what events this actor responds to, and what messages the actor sends in response to those events.
| std::vector<SActorEvent> CActorBase::Remove |
Remove.
This is used to remove event responses from this actor that occur in an actor this actor inherits from.
1.8.14