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