Entity Properties: Difference between revisions

From SigMod
Jump to navigation Jump to search
(Created page with "Each entity in Source has a collection of variables associated to it that hold data about that entity. With SigMod, these variables can be accessed and manipulated to allow fo...")
 
mNo edit summary
Line 6: Line 6:
# '''SendProps''' are properties designed to be networked; changes to them are relayed to clients.
# '''SendProps''' are properties designed to be networked; changes to them are relayed to clients.
# '''DataMaps''' are properties designed for saving/restoring entities, changes to them may or may not be relayed to clients depending on the property.
# '''DataMaps''' are properties designed for saving/restoring entities, changes to them may or may not be relayed to clients depending on the property.
* Source Class Hierarchy
* Source Class Hierarchy
* SendProps
* SendProps
* DataMaps
* DataMaps

Revision as of 02:22, 29 January 2022

Each entity in Source has a collection of variables associated to it that hold data about that entity. With SigMod, these variables can be accessed and manipulated to allow for greater creative freedom when designing missions.


There are two types of entity properties:

  1. SendProps are properties designed to be networked; changes to them are relayed to clients.
  2. DataMaps are properties designed for saving/restoring entities, changes to them may or may not be relayed to clients depending on the property.
  • Source Class Hierarchy
  • SendProps
  • DataMaps