- Added an options to use a customized skin file.
- Added an options to use a customized bar texture file. - A Package with photoshop files with examples and the skin file for Minimalistic skin are available at WoW Interface. - Added 'API Custom Displays.txt' on Details! folder, this file explain how to create scripts for custom displays.
This commit is contained in:
@@ -157,6 +157,10 @@
|
||||
return self.grupo
|
||||
end
|
||||
|
||||
--[[ exported]] function _detalhes:IsPetOrGuardian()
|
||||
return self.owner and true or false
|
||||
end
|
||||
|
||||
--[[ exported]] function _detalhes:IsPlayer()
|
||||
if (self.flag_original) then
|
||||
if (_bit_band (self.flag_original, OBJECT_TYPE_PLAYER) ~= 0) then
|
||||
|
||||
Reference in New Issue
Block a user