Skip to main content
Skip to main content

AIMessageErrorUnloadingStationFull

AIMessageErrorUnloadingStationFull

Parent

AIMessage

Functions

getI18NText

Description

Definition

getI18NText()

Code

function AIMessageErrorUnloadingStationFull:getI18NText()
return g_i18n:getText( "ai_messageErrorUnloadingStationFull" )
end

new

Description

Definition

new()

Arguments

anycustomMt

Code

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