1
0
Fork 0
mirror of https://github.com/sirjuddington/SLADE.git synced 2025-12-04 16:24:30 -05:00
1 m_check Console Command
Simon Judd edited this page 2015-05-09 00:16:20 +09:30

Arguments

  • check: string (optional)

Description

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.

← Back to Console Commands