From c187130b2b98c32bd20072c707c98d2d7fe5015e Mon Sep 17 00:00:00 2001 From: Robert Beekman Date: Thu, 3 Nov 2016 22:38:04 +0100 Subject: [PATCH] Updated Profile (markdown) --- Profile.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Profile.md b/Profile.md index a844293..35b1d69 100644 --- a/Profile.md +++ b/Profile.md @@ -1,8 +1,9 @@ The Profile variable lets you interact with the profile the LUA script resides in. ## Properties -- **Name:** Returns the name of the current profile. - +| Name | Type | Description | Get | Set | +|------|--------|-----------------------------------------|:---:|:---:| +| Name | string | Returns the name of the current profile | Yes | No | #### Example: ```lua print("Current profile: ".. Profile.Name);