Skip to main content
Skip to main content

AIMessageErrorNotReachable

AIMessageErrorNotReachable

Parent

AIMessage

Functions

getI18NText

Description

Definition

getI18NText()

Code

function AIMessageErrorNotReachable:getI18NText()
return g_i18n:getText( "ai_messageErrorNotReachable" )
end

new

Description

Definition

new()

Arguments

anycustomMt

Code

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