ModernUO/Projects/UOContent/Commands/Object Creation
Kamron Batman 685fbc146e
feat(objects): ExtractProperties — [CommandProperty] props with enum expansion
Add ObjectIntrospection.ExtractProperties(Type) to extract public instance
properties carrying [CommandProperty] attribute, including inherited ones.
Properties include type via ObjectNaming.FriendlyTypeName, read/write access
levels, readOnly flag, and enum values expanded via Enum.GetNames.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-19 12:38:03 -07:00
..
Add.cs feat: Add zero-alloc interpolation handler to ValueStringBuilder, replace all StringBuilder usage (#2387) 2026-03-22 14:23:44 -07:00
AddGump.cs fix: Fixes adding items with ambiguous type lookup (#2307) 2026-01-06 21:21:29 -08:00
CAGCategory.cs fix: Bumps deps. Updates copyrights (#2353) 2026-03-05 19:36:54 -08:00
CAGLoader.cs fix: Bumps deps. Updates copyrights (#2353) 2026-03-05 19:36:54 -08:00
CAGNode.cs fix: Bumps deps. Updates copyrights (#2353) 2026-03-05 19:36:54 -08:00
CAGObject.cs fix: Bumps deps. Updates copyrights (#2353) 2026-03-05 19:36:54 -08:00
CategorizedAddGump.cs feat: Consolidates staff gump layouts (#2404) 2026-04-08 11:42:46 -06:00
Decorate.cs feat: Adds rope teleporter for New Haven Mines (#2439) 2026-05-03 17:23:31 -07:00
DecorateMag.cs fix: Consolidates Color/Center html (#1762) 2024-05-07 23:56:32 -07:00
GenTeleporter.cs fix: Adds command help, webpage, and fixes issues with other commands (#1669) 2024-02-10 00:19:19 -08:00
ObjectDocs.cs feat(objects): cache DTOs + chunk-key/friendly-type naming helpers 2026-07-19 12:38:02 -07:00
ObjectIntrospection.cs feat(objects): ExtractProperties — [CommandProperty] props with enum expansion 2026-07-19 12:38:03 -07:00