From 0b9feb412c505319e517d49a33d40189cb79a7fe Mon Sep 17 00:00:00 2001 From: Robert Beekman Date: Thu, 3 Nov 2016 22:35:41 +0100 Subject: [PATCH] Updated Layers (markdown) --- Layers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Layers.md b/Layers.md index 3d8eb87..f7ca568 100644 --- a/Layers.md +++ b/Layers.md @@ -3,7 +3,7 @@ Once you've used the Profile variable to get a layer, you can access it's proper ## Properties | Name | Type | Description | Get | Set | | :---------------- | :-------| :-------------------------------------------------------------------| :--:| :--:| -| Name | string | Returns or sets the name of the layer. | Yes | Yes | +| Name | string | Returns or sets the name of the layer. | Yes | Yes | | Enabled | boolean | Returns or sets whether the layer is an event or not. | Yes | Yes | | IsEvent | boolean | Returns or sets whether the layer is an event or not. | Yes | Yes | | Parent | layer | Returns the parent layer of the layer. | Yes | No |