code wiki / (root) / nx_imported_body_craft_gate_t262.nx

nx_imported_body_craft_gate_t262.nx

buildroot/runtime/nx_imported_body_craft_gate_t262.nx

6588 B68 linesdepth 9pulls 53 transitivereach 0 importersview sourcekind tooltopic imported
docsdependenciesstructsconstsfunctions

about

nx_imported_body_craft_gate_t137.nx -- Validates imported body memory layout and interaction behavior in the Nishi ecosystem.

dependencies 2 imports · 0 importers

nx_wasm_craft_imported_t262.nx nx_nxa_bind.nx nx_imported_body_craft_gate_t2

imports: nx_wasm_craft_imported_t262.nxnx_nxa_bind.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main bc_check nb_text wc_player_sweep wc_player_body wc_contact_body wc_contact_result beach_contact_world_sweep wclamp vget vin wvx beach_contact_cell_solid vget ↻ wsp wterrain vsolid vget ↻ beach_contact_union_cell beach_contact_cell_solid ↻ beach_contact_overlap beach_contact_clip beach_contact_min beach_contact_max wc_contact_body ↻ wc_contact_obstacle wc_contact_state wc_player_axis_apply wc_contact_result ↻ wst wc_player_sweep ↻ wc_player_field_clip wsp ↻ wc_player_field_path_max wc_surface_source hq_get wc_player_support wc_contact_floor_below_q wsp ↻ wc_surface_source ↻

structs

none

consts

none

functions

6func bc_check(ok:i64,label:*u8)->i64{bc_checks=bc_checks+1;if ok==1{nb_text("PASS " as *u8)}else{bc_failures=bc_failures+1;nb_text("FAIL " as *u8)};nb_text(label);nb_text("\n" as *u8);return 0}
called by 1: main calls 1: nb_text
7func main()->i64