From b676efb8a9c477d56bdf3a739d55a970cd16e2a6 Mon Sep 17 00:00:00 2001 From: Robert Beekman Date: Thu, 3 Nov 2016 22:39:32 +0100 Subject: [PATCH] Updated Profile (markdown) --- Profile.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Profile.md b/Profile.md index 35b1d69..39b044e 100644 --- a/Profile.md +++ b/Profile.md @@ -4,16 +4,12 @@ The Profile variable lets you interact with the profile the LUA script resides i | Name | Type | Description | Get | Set | |------|--------|-----------------------------------------|:---:|:---:| | Name | string | Returns the name of the current profile | Yes | No | + #### Example: ```lua print("Current profile: ".. Profile.Name); ``` -#### Result: -``` -Current profile: Test -``` - ## Functions ### GetLayers Returns all layers within the profile