Added: Details:DoesCombatWithUIDExists(uniqueCombatId); Details:GetCombatByUID(uniqueCombatId); combat:GetCombatUID()

This commit is contained in:
Tercio Jose
2023-07-04 18:46:22 -03:00
parent 9cf94ead8c
commit f3c49ec02e
2 changed files with 37 additions and 0 deletions
+7
View File
@@ -76,6 +76,13 @@
end
classCombat.__call = Details.call_combate
---get the unique combat identifier
---@param self combat
---@return number
function classCombat:GetCombatUID()
return self.combat_counter
end
--get the start date and end date
function classCombat:GetDate()
return self.data_inicio, self.data_fim