forked from sirjuddington/SLADE
-
Notifications
You must be signed in to change notification settings - Fork 0
m_check Console Command
Gaerzi edited this page Jan 25, 2014
·
1 revision
-
check
: string (optional)
Performs error checking on the current map. Possible check
values include:
- missing_tex
: Check for missing textures
- special_tags
: Check for missing action special tags
- intersecting_lines
: Check for intersecting lines
- overlapping_lines
: Check for overlapping lines
- overlapping_things
: Check for overlapping things
- unknown_textures
: Check for unknown wall textures
- unknown_flats
: Check for unknown floor/ceiling textures
- unknown_things
: Check for unknown thing types
- stuck_things
: Check for things stuck in walls
- sector_references
: Check for wrong sector references
- all
: Run all checks
If no check
string is given, the above list is displayed.