get_can_reveal_area
Description:
public bool get_can_reveal_area (
Area area)
Tells if the panel area can be revealed.
Parameters:
| this |
a Dock
|
| area |
the panel area to check.
|
Returns:
|
whether it can reveal the area or not. If the is no child or the child is empty, will return false
.
|