byond
Procs | |
increase_max_x | Handles incresing the world's maxx var and intializing the new turfs and assigning them to the global area. If map_load_z_cutoff is passed in, it will only load turfs up to that z level, inclusive. This is because maploading will handle the turfs it loads itself. |
---|---|
prof_init |
Proc Details
increase_max_x
Handles incresing the world's maxx var and intializing the new turfs and assigning them to the global area. If map_load_z_cutoff is passed in, it will only load turfs up to that z level, inclusive. This is because maploading will handle the turfs it loads itself.
prof_init
- For initializing and starting byond-tracy when BYOND_TRACY is defined
- byond-tracy is a useful profiling tool that allows the user to view the CPU usage and execution time of procs as they run.