Punkman X1 API

MainForm.ValidateMap Method 

Validate map integrity. Checks if cells where is placed a entity is walkable.

private bool ValidateMap(
   out string err
);

Parameters

err
Consequnce of error description

Return Value

True if map is OK.

See Also

MainForm Class | PunkMan.Editor Namespace