AIMessageErrorPalletsFull
AIMessageErrorPalletsFull
Parent
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
| any | customMt |
|---|
Code
function AIMessageErrorPalletsFull.new(customMt)
local self = AIMessage.new(customMt or AIMessageErrorPalletsFull _mt)
return self
end