mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-31 09:43:46 +00:00
Updated Profile (markdown)
parent
29aa999c7e
commit
c187130b2b
@ -1,8 +1,9 @@
|
|||||||
The Profile variable lets you interact with the profile the LUA script resides in.
|
The Profile variable lets you interact with the profile the LUA script resides in.
|
||||||
|
|
||||||
## Properties
|
## 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:
|
#### Example:
|
||||||
```lua
|
```lua
|
||||||
print("Current profile: ".. Profile.Name);
|
print("Current profile: ".. Profile.Name);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user