nx_person_mesh_candidate_t343.nx
buildroot/runtime/nx_person_mesh_candidate_t343.nx
dependencies 7 imports · 0 importers
imports: nx_person_field_candidate_t343.nxnx_isosurf.nxnx_char_asset_material_candidate_t340.nxnx_value_parse_json.nxnx_memfloor.nxnx_meshcheck.nxnx_itoa_lib.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 8 | func npm_put(s:*u8)->i64{var n:i64=0;while s[n]!=0 as u8{n=n+1};return sys_write(1,s,n)} |
| 9 | func npm_req(v:*NxValue,k:*u8)->i64{var n:i64=0;while k[n]!=0 as u8{n=n+1};let o:*i64=sys_mmap(8) as *i64;if nx_value_object_get_int(v,k,n,o)!=1{npm_put("RECIPE missing integer ");npm_put(k);npm_put(" |
| 11 | func npm_abs(v:i64)->i64{if v<0{return 0-v};return v} |
| 12 | func main(argc:i64,argv:*i64)->i64 |