Skip to main content
Skip to main content

AIMessageSuccessSiloEmpty

AIMessageSuccessSiloEmpty

Parent

AIMessage

Functions

getI18NText

Description

Definition

getI18NText()

Code

function AIMessageSuccessSiloEmpty:getI18NText()
return g_i18n:getText( "ai_messageSuccessSiloEmpty" )
end

getType

Description

Definition

getType()

Code

function AIMessageSuccessSiloEmpty:getType()
return AIMessageType.OK
end

new

Description

Definition

new()

Arguments

anycustomMt

Code

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