Skip to main content
Skip to main content

AIMessageErrorVineyardNotSupported

AIMessageErrorVineyardNotSupported

Parent

AIMessage

Functions

getI18NText

Description

Definition

getI18NText()

Code

function AIMessageErrorVineyardNotSupported:getI18NText()
return g_i18n:getText( "ai_messageErrorVineyardNotSupported" )
end

new

Description

Definition

new()

Arguments

anycustomMt

Code

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