/// @description d3d - set lighting
/// @param enable true if enabled, false if disabled
function d3d_set_lighting(argument0) {
draw_set_lighting( argument0 );
}