AIMessageErrorNoPalletsLoaded
AIMessageErrorNoPalletsLoaded
Parent
Functions
getI18NText
Description
Definition
getI18NText()
Code
function AIMessageErrorNoPalletsLoaded:getI18NText()
return g_i18n:getText( "ai_messageErrorNoPalletsLoaded" )
end
getType
Description
Definition
getType()
Code
function AIMessageErrorNoPalletsLoaded:getType()
return AIMessageType.ERROR
end
new
Description
Definition
new()
Arguments
| any | customMt |
|---|
Code
function AIMessageErrorNoPalletsLoaded.new(customMt)
local self = AIMessage.new(customMt or AIMessageErrorNoPalletsLoaded _mt)
return self
end