Skip to main content
Skip to main content

AIMessageErrorWrongSeason

AIMessageErrorWrongSeason

Parent

AIMessage

Functions

getI18NText

Description

Definition

getI18NText()

Code

function AIMessageErrorWrongSeason:getI18NText()
return g_i18n:getText( "ai_messageErrorWrongSeason" )
end

new

Description

Definition

new()

Arguments

anycustomMt

Code

function AIMessageErrorWrongSeason.new(customMt)
local self = AIMessage.new(customMt or AIMessageErrorWrongSeason _mt)
return self
end