Skip to main content
Skip to main content

AIMessageErrorOutOfFill

AIMessageErrorOutOfFill

Parent

AIMessage

Functions

getI18NText

Description

Definition

getI18NText()

Code

function AIMessageErrorOutOfFill:getI18NText()
return g_i18n:getText( "ai_messageErrorOutOfFill" )
end

new

Description

Definition

new()

Arguments

anycustomMt

Code

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