1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2026-01-01 18:23:32 +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: #### Example:
```lua ```lua
local layer = Profile.GetLayerByName("Test layer 1"); local layer = Profile.GetLayerByName("Test layer 1");
print(layer.Name) print(layer.Name);
end
``` ```
#### Result: #### Result:
``` ```