1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00

Updated Profile (markdown)

Robert Beekman 2016-11-03 22:39:32 +01:00
parent c187130b2b
commit b676efb8a9

@ -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