SET_INT_FIELD 521 modules/luascript.c SET_INT_FIELD("count", get_part_count()); SET_INT_FIELD 522 modules/luascript.c SET_INT_FIELD("active", get_active_partition()); SET_INT_FIELD 523 modules/luascript.c SET_INT_FIELD("type", get_part_type()); SET_INT_FIELD 524 modules/luascript.c SET_INT_FIELD("size", GetTotalCardSpaceKb()>>10); SET_INT_FIELD 584 modules/luascript.c SET_INT_FIELD("aperture", camera_info.dof_values.aperture_value); SET_INT_FIELD 585 modules/luascript.c SET_INT_FIELD("coc", camera_info.circle_of_confusion); SET_INT_FIELD 586 modules/luascript.c SET_INT_FIELD("focal_length", camera_info.dof_values.focal_length); SET_INT_FIELD 587 modules/luascript.c SET_INT_FIELD("eff_focal_length", get_effective_focal_length(lens_get_zoom_point())); SET_INT_FIELD 588 modules/luascript.c SET_INT_FIELD("focus", camera_info.dof_values.subject_distance); SET_INT_FIELD 589 modules/luascript.c SET_INT_FIELD("near", camera_info.dof_values.near_limit); SET_INT_FIELD 590 modules/luascript.c SET_INT_FIELD("far", camera_info.dof_values.far_limit); SET_INT_FIELD 591 modules/luascript.c SET_INT_FIELD("hyp_dist", camera_info.dof_values.hyperfocal_distance); SET_INT_FIELD 592 modules/luascript.c SET_INT_FIELD("dof", camera_info.dof_values.depth_of_field); SET_INT_FIELD 593 modules/luascript.c SET_INT_FIELD("min_stack_dist", camera_info.dof_values.min_stack_distance); SET_INT_FIELD 3124 modules/luascript.c SET_INT_FIELD("index", value+1); // Make value 1 based for Lua table index