Skip to main content
Skip to main content

AIMessageErrorFieldNotReady

AIMessageErrorFieldNotReady

Parent

AIMessage

Functions

getI18NText

Description

Definition

getI18NText()

Code

function AIMessageErrorFieldNotReady:getI18NText()
return g_i18n:getText( "ai_messageErrorFieldNotReady" )
end

new

Description

Definition

new()

Arguments

anycustomMt

Code

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