mirror of
https://github.com/edubart/otclient.git
synced 2025-10-21 15:03:26 +02:00
Refactor for documentation
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
-- @docclass Creature
|
||||
|
||||
-- @docconsts @{
|
||||
|
||||
SkullNone = 0
|
||||
SkullYellow = 1
|
||||
SkullGreen = 2
|
||||
@@ -23,6 +27,8 @@ EmblemGreen = 1
|
||||
EmblemRed = 2
|
||||
EmblemBlue = 3
|
||||
|
||||
-- @}
|
||||
|
||||
function getSkullImagePath(skullId)
|
||||
if skullId == SkullYellow then
|
||||
return 'icons/skull_yellow.png'
|
||||
|
Reference in New Issue
Block a user