بنقرة واحدة
bpx-enum
BPX `enum` command skill. List enum exports or update existing enum values.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
BPX `enum` command skill. List enum exports or update existing enum values.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | bpx-enum |
| description | BPX `enum` command skill. List enum exports or update existing enum values. |
PREREQUISITE: Read bpx-shared.
bpx enum list <file.uasset>
bpx enum write-value <file.uasset> --export <n> --name <k> --value <v> [--dry-run] [--backup]
list: enumerates enum exports.write-value: updates an existing enum entry value.write-value edits existing data only (no enum entry insertion/removal).[!CAUTION] This command includes write-capable operations. Confirm intent and run
--dry-runfirst.
| Command | Use when | Notable defaults |
|---|---|---|
list | enumerates enum exports. | Read-only path; safe for discovery. |
write-value | updates an existing enum entry value. | Run --dry-run first and use --backup for real writes. |
bpx enum list ./Sample.uasset
bpx enum write-value ./Sample.uasset --export 1 --name SampleKey --value SampleValue [--dry-run] [--backup]
BPX `blueprint` command skill. Inspect and analyze blueprint exports, bytecode, and graph data.
BPX `class` command skill. Inspect one class export payload/header by index.
BPX `datatable` command skill. Read DataTable-family rows and update DataTable rows.
BPX `dump` command skill. Dump package summary/name/import/export tables in structured formats.
BPX `export` command skill. Inspect export headers or update selected header fields.
BPX `find` command skill. Scan directories for assets and summarize parse outcomes.