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:40:35 +01:00
parent b676efb8a9
commit d92d7316f2

@ -39,8 +39,7 @@ layer GetLayerByName(string layerName);
#### Example:
```lua
local layer = Profile.GetLayerByName("Test layer 1");
print(layer.Name)
end
print(layer.Name);
```
#### Result:
```