Skip to main content
Skip to main content

AIMessageErrorPalletsFull

AIMessageErrorPalletsFull

Parent

AIMessage

Functions

getI18NText

Description

Definition

getI18NText()

Code

function AIMessageErrorPalletsFull:getI18NText()
return g_i18n:getText( "ai_messageErrorPalletsFull" )
end

getType

Description

Definition

getType()

Code

function AIMessageErrorPalletsFull:getType()
return AIMessageType.ERROR
end

new

Description

Definition

new()

Arguments

anycustomMt

Code

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