sc2-gamedata
Public Attributes | List of all members
CActorBase Class Reference

Actor Base. More...

#include <Actor.h>

Inheritance diagram for CActorBase:
Inheritance graph
[legend]
Collaboration diagram for CActorBase:
Collaboration graph
[legend]

Public Attributes

std::vector< SActorEventRemove
 Remove. More...
 
std::vector< SActorEventOn
 Events. More...
 

Detailed Description

Actor Base.

Remarks
Unknown

Member Data Documentation

◆ On

std::vector<SActorEvent> CActorBase::On

Events.

Configures what events this actor responds to, and what messages the actor sends in response to those events.

◆ Remove

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.


The documentation for this class was generated from the following file: