You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The BFEntity structure and its substructures represent the actual instances of placed actors (rather, entities) on the map. When a zoo is loaded, all instances pull from the stored *Types in memory, which in turn are values defined in configuration. These unique entity instances, however, offer properties for individual actors rather than groups.
This structure should have properties such as world coordinates, visibility, type pointers, current actions, and more.
The text was updated successfully, but these errors were encountered:
The
BFEntity
structure and its substructures represent the actual instances of placed actors (rather, entities) on the map. When a zoo is loaded, all instances pull from the stored*Type
s in memory, which in turn are values defined in configuration. These unique entity instances, however, offer properties for individual actors rather than groups.This structure should have properties such as world coordinates, visibility, type pointers, current actions, and more.
The text was updated successfully, but these errors were encountered: