Entity Properties

From SigMod
Revision as of 02:08, 20 March 2023 by Mince (talk | contribs)
Jump to navigation Jump to search

Based on Sourcemod netprops.txt and datamaps.txt dump on: 2023 / 03 / 01


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.


Click here for a list of code files that may be useful when browsing the source code.


Below is a list of most relevant C++ entity classes and their parent classes. (If the class is not tied to a game entity or no entity inherits from the class, it is generally not included.)

Click on an entity class to view its properties.


Point Entities
Players / NPCs / Objects
Items (Cosmetics / Weapons)
Projectiles
Logic
Gamemode Logic
Script Logic
Filters
Physics
Particles / Effects
Miscellaneous
Pickups
Props
Resources
Brush Entities
Solids
Non-Solids
Triggers
Bot Navigation
Performance
Particles
Temporary Entities