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