#include
Public Attributes | |
string | name |
EntityId | entityId |
Entity targeted by the link. | |
EntityGUID | entityGuid |
Entity targeted by the link. | |
IEntityLink * | next |
Pointer to the next link, or NULL if last link. | |
Representation of a link connecting one entity to another Links can be added by designers in the Editor to indicate specific behavior between two entities Each link can be given a name, allowing code to identify a certain type of connection.