- Create Aura and API window moved to the new plugin window.
- API ingame list updated.
- API: added global consts for segment ids: DETAILS_SEGMENTID_OVERALL and DETAILS_SEGMENTID_CURRENT.
- API: added alias Details:GetActor ("playerName").
This commit is contained in:
@@ -159,6 +159,9 @@
|
||||
return Loc ["STRING_UNKNOW"]
|
||||
end
|
||||
|
||||
DETAILS_SEGMENTID_OVERALL = -1
|
||||
DETAILS_SEGMENTID_CURRENT = 0
|
||||
|
||||
--enum segments type
|
||||
|
||||
DETAILS_SEGMENTTYPE_GENERIC = 0
|
||||
|
||||
Reference in New Issue
Block a user