dos_hatcharea - dalefugier/DOSLib GitHub Wiki

Returns the area of a hatch object.

Syntax

(dos_hatcharea entity)

Parameters

entity

The entity name of a hatch object.

Returns

The area of the hatch if successful.

nil if not successful or on error.

Example

Command: (dos_hatcharea (car (entsel "\nSelect a hatch:")))
346.43372