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
This cleanup should focus on improvements and bug fixes introduced over the course of the EntityType API implementation.
Meet the following targets:
Stress test all Deref implementations of all structs
Guarantee offsets for properties on all structs
Implement missing string properties with ZTString
Implement any missing properties
Optimize print_config_for_type for better readability
Redesign sel_type to allow users to identity entity types by ID rather than just by selection
Improve presentation of printed configuration to the console
Add error handling for incorrect input in console
In addition to improvements to helper function in the ztworldmgr module:
Rewrite get_entity_type_by_id to support dynamic checking of entity type. Currently it only looks for cNameID located in a ZTSceneryType, but needs support for ZTUnitType and BFOverlayType.
The text was updated successfully, but these errors were encountered:
This cleanup should focus on improvements and bug fixes introduced over the course of the EntityType API implementation.
Meet the following targets:
Deref
implementations of all structsprint_config_for_type
for better readabilitysel_type
to allow users to identity entity types by ID rather than just by selectionIn addition to improvements to helper function in the
ztworldmgr
module:get_entity_type_by_id
to support dynamic checking of entity type. Currently it only looks forcNameID
located in aZTSceneryType
, but needs support forZTUnitType
andBFOverlayType
.The text was updated successfully, but these errors were encountered: