بنقرة واحدة
bpx-struct
BPX `struct` command skill. List struct exports or inspect one struct export.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
BPX `struct` command skill. List struct exports or inspect one struct export.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | bpx-struct |
| description | BPX `struct` command skill. List struct exports or inspect one struct export. |
PREREQUISITE: Read bpx-shared.
bpx struct definition <file.uasset>
bpx struct details <file.uasset> --export <n>
definition: lists struct-like exports.details: inspects one struct export by --export index.| Command | Use when | Notable defaults |
|---|---|---|
definition | lists struct-like exports. | Check bpx help for exact required flags. |
details | inspects one struct export by --export index. | Check bpx help for exact required flags. |
bpx struct definition ./Sample.uasset
bpx struct details ./Sample.uasset --export 1
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 `enum` command skill. List enum exports or update existing enum values.
BPX `export` command skill. Inspect export headers or update selected header fields.